From 89dd30d307cd1cb524545dbd0e26af7b724f353f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 21 Apr 2012 17:09:12 -0500 Subject: [PATCH] Fix KEdit branding with command line --help. --- kedit/kedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = {