diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-21 17:09:12 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-21 17:09:12 -0500 |
commit | 89dd30d307cd1cb524545dbd0e26af7b724f353f (patch) | |
tree | 1da696c9f8b4777ee9c8c58ad333c1320edfe4cc /kedit | |
parent | f8b752484ae6d220704d0068bdea6910b99e16f0 (diff) | |
download | tdeutils-89dd30d307cd1cb524545dbd0e26af7b724f353f.tar.gz tdeutils-89dd30d307cd1cb524545dbd0e26af7b724f353f.zip |
Fix KEdit branding with command line --help.
Diffstat (limited to 'kedit')
-rw-r--r-- | kedit/kedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kedit/kedit.cpp b/kedit/kedit.cpp index 8e8910d..bbafc7a 100644 --- a/kedit/kedit.cpp +++ b/kedit/kedit.cpp @@ -1250,7 +1250,7 @@ void TopLevel::toggle_overwrite(){ } -static const char description[] = I18N_NOOP("KDE text editor"); +static const char description[] = I18N_NOOP("TDE text editor"); static const KCmdLineOptions options[] = { |