diff options
Diffstat (limited to 'src/m_gpg_info/GnuPGInfoGatheringModule.cpp')
-rw-r--r-- | src/m_gpg_info/GnuPGInfoGatheringModule.cpp | 2 |
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); |