diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:53:35 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:53:35 -0500 |
commit | c9e8f4d86b545051f75906b42b5364083aaebc0a (patch) | |
tree | 1edb2d3386dd84b9b55d4d5266990f80201decd7 /korundum/rubylib/rbkconfig_compiler | |
parent | 8f661016cde34b1ae4060f7ee4aeba205d3d9597 (diff) | |
download | tdebindings-c9e8f4d86b545051f75906b42b5364083aaebc0a.tar.gz tdebindings-c9e8f4d86b545051f75906b42b5364083aaebc0a.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'korundum/rubylib/rbkconfig_compiler')
-rw-r--r-- | korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp b/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp index bc1114bb..63ccd8b9 100644 --- a/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp +++ b/korundum/rubylib/rbkconfig_compiler/rbkconfig_compiler.cpp @@ -801,7 +801,7 @@ TQString userTextsFunctions( CfgEntry *e, TQString itemVarStr=TQString::null, TQ int main( int argc, char **argv ) { - KAboutData aboutData( "rbkconfig_compiler", I18N_NOOP("KDE .kcfg compiler"), "0.3", + KAboutData aboutData( "rbkconfig_compiler", I18N_NOOP("TDE .kcfg compiler"), "0.3", I18N_NOOP("Ruby KConfig Compiler") , KAboutData::License_LGPL ); aboutData.addAuthor( "Cornelius Schumacher", 0, "schumacher@kde.org" ); aboutData.addAuthor( "Waldo Bastian", 0, "bastian@kde.org" ); |