From 8d7546ad5bab254d8c84289b6e3986f3e2027a2a Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 28 Sep 2024 14:10:17 +0200 Subject: fix: send origin meta text to application --- src/m_gpg_info/GnuPGInfoGatheringModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/m_gpg_info/GnuPGInfoGatheringModule.cpp') diff --git a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp index 7c6d70c..08611fe 100644 --- a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp +++ b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp @@ -78,7 +78,7 @@ auto GFRegisterModule() -> int { GFUIMountEntry(DUP("AboutDialogTabs"), QMapToMetaDataArray({ - {"TabTitle", GTrC::tr("GnuPG")}, + {"TabTitle", GC_TR("GnuPG")}, }), 1, GnupgTabFactory); -- cgit v1.2.3