aboutsummaryrefslogtreecommitdiffstats
path: root/src/m_gpg_info/GnuPGInfoGatheringModule.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-09-28 12:10:17 +0000
committersaturneric <[email protected]>2024-09-28 12:10:17 +0000
commit8d7546ad5bab254d8c84289b6e3986f3e2027a2a (patch)
treeb240857a5b95c7b9f805483204a2e694cc031c1e /src/m_gpg_info/GnuPGInfoGatheringModule.cpp
parentfix: addressing some of the issues identified (diff)
downloadModules-8d7546ad5bab254d8c84289b6e3986f3e2027a2a.tar.gz
Modules-8d7546ad5bab254d8c84289b6e3986f3e2027a2a.zip
fix: send origin meta text to application
Diffstat (limited to 'src/m_gpg_info/GnuPGInfoGatheringModule.cpp')
-rw-r--r--src/m_gpg_info/GnuPGInfoGatheringModule.cpp2
1 files changed, 1 insertions, 1 deletions
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);