From 09adc49d974c8f046f82d5ef907898a8892c8e3b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 26 Apr 2012 15:27:21 -0500 Subject: Fix kreadconfig and kwriteconfig --help branding. --- kreadconfig/kwriteconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kreadconfig/kwriteconfig.cpp') diff --git a/kreadconfig/kwriteconfig.cpp b/kreadconfig/kwriteconfig.cpp index 16d766871..0d1d7fc92 100644 --- a/kreadconfig/kwriteconfig.cpp +++ b/kreadconfig/kwriteconfig.cpp @@ -17,7 +17,7 @@ static KCmdLineOptions options[] = { { "file ", I18N_NOOP("Use instead of global config"), 0 }, - { "group ", I18N_NOOP("Group to look in"), "KDE" }, + { "group ", I18N_NOOP("Group to look in"), "TDE" }, { "key ", I18N_NOOP("Key to look for"), 0 }, { "type ", I18N_NOOP("Type of variable. Use \"bool\" for a boolean, otherwise it is treated as a string"), 0 }, { "+value", I18N_NOOP( "The value to write. Mandatory, on a shell use '' for empty" ), 0 }, -- cgit v1.2.1