summaryrefslogtreecommitdiffstats
path: root/client/config/deKoratorconfig.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-07-31 00:12:51 +0900
committerMichele Calgaro <[email protected]>2021-08-01 19:46:29 +0900
commitffda7f0ba7f037069b1ee228707352d1acaa1c13 (patch)
treed70e173f058e53246e72923ed7906015bba6714e /client/config/deKoratorconfig.cpp
parent9c29e65b92414a8be84815af57fcac4a9816b253 (diff)
downloadtwin-style-dekorator-ffda7f0ba7f037069b1ee228707352d1acaa1c13.tar.gz
twin-style-dekorator-ffda7f0ba7f037069b1ee228707352d1acaa1c13.zip
Align structure of translations/messages to similar modules.r14.0.11
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8b834eeb6658ff386f2e729091f94069980b8898)
Diffstat (limited to 'client/config/deKoratorconfig.cpp')
-rw-r--r--client/config/deKoratorconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/config/deKoratorconfig.cpp b/client/config/deKoratorconfig.cpp
index 8f8ac71..5db97e3 100644
--- a/client/config/deKoratorconfig.cpp
+++ b/client/config/deKoratorconfig.cpp
@@ -68,7 +68,7 @@ DeKoratorConfig::DeKoratorConfig( TDEConfig* config, TQWidget* parent )
// create the configuration object
config_ = new TDEConfig( "twindeKoratorrc" );
TDEGlobal::locale()->insertCatalogue("twin_clients");
- TDEGlobal::locale()->insertCatalogue("twin_deKorator");
+ TDEGlobal::locale()->insertCatalogue("twin-style-dekorator");
// create and show the configuration dialog
dialog_ = new ConfigDialog( parent );