aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m_gpg_info/GnuPGInfoGatheringModule.cpp2
-rw-r--r--src/m_ver_check/VersionCheckingModule.cpp2
2 files changed, 2 insertions, 2 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);
diff --git a/src/m_ver_check/VersionCheckingModule.cpp b/src/m_ver_check/VersionCheckingModule.cpp
index 5e6fef6..e9daf59 100644
--- a/src/m_ver_check/VersionCheckingModule.cpp
+++ b/src/m_ver_check/VersionCheckingModule.cpp
@@ -56,7 +56,7 @@ auto GFRegisterModule() -> int {
GFUIMountEntry(DUP("AboutDialogTabs"),
QMapToMetaDataArray({
- {"TabTitle", GTrC::tr("Update")},
+ {"TabTitle", GC_TR("Update")},
}),
1, UpdateTabFactory);