diff options
author | Michele Calgaro <[email protected]> | 2021-07-31 00:12:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-08-01 19:46:29 +0900 |
commit | ffda7f0ba7f037069b1ee228707352d1acaa1c13 (patch) | |
tree | d70e173f058e53246e72923ed7906015bba6714e /client/config/deKoratorconfig.cpp | |
parent | 9c29e65b92414a8be84815af57fcac4a9816b253 (diff) | |
download | twin-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.cpp | 2 |
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 ); |