diff options
author | Mavridis Philippe <[email protected]> | 2021-06-27 11:12:50 +0300 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-06-28 17:16:31 +0900 |
commit | 6c69d35ade862c0904756a1dd5b208bd103602ec (patch) | |
tree | 11a6a8a8f92fd3e7e54dbc30cb4056ba25311598 /src/SUSE2.cpp | |
parent | 66638dbefa4105fc0ac4e4a8662f7e5a449e3789 (diff) | |
download | twin-style-suse2-6c69d35ade862c0904756a1dd5b208bd103602ec.tar.gz twin-style-suse2-6c69d35ade862c0904756a1dd5b208bd103602ec.zip |
Various L10n fixes
* Removed old POT file
* Fixed TDEGlobal->locale()->insertCatalogue() to use new file naming
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 7d07debf70de7043e91439dd14918e66a4a36be6)
Diffstat (limited to 'src/SUSE2.cpp')
-rw-r--r-- | src/SUSE2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SUSE2.cpp b/src/SUSE2.cpp index f336167..e874790 100644 --- a/src/SUSE2.cpp +++ b/src/SUSE2.cpp @@ -48,7 +48,7 @@ SUSE2Handler::SUSE2Handler() memset(m_pixmaps, 0, sizeof(TQPixmap *) * NumButtonStatus * NumButtonIcons); // set elements to 0 TDEGlobal::locale()->insertCatalogue("twin_clients"); - TDEGlobal::locale()->insertCatalogue("twin_SUSE2"); + TDEGlobal::locale()->insertCatalogue("twin-style-suse2"); reset(0); } |