diff options
author | saturneric <[email protected]> | 2024-09-28 12:10:17 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-09-28 12:10:17 +0000 |
commit | 8d7546ad5bab254d8c84289b6e3986f3e2027a2a (patch) | |
tree | b240857a5b95c7b9f805483204a2e694cc031c1e /src/m_ver_check | |
parent | fix: addressing some of the issues identified (diff) | |
download | Modules-8d7546ad5bab254d8c84289b6e3986f3e2027a2a.tar.gz Modules-8d7546ad5bab254d8c84289b6e3986f3e2027a2a.zip |
fix: send origin meta text to application
Diffstat (limited to 'src/m_ver_check')
-rw-r--r-- | src/m_ver_check/VersionCheckingModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |