From 79ebece2d75b35e852064aab51fb8327fe32473b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 21 Apr 2012 17:58:39 -0500 Subject: Fix tde-config command line branding. --- tdecore/tde-config.cpp.cmake | 8 ++++---- tdecore/tde-config.cpp.in | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tdecore/tde-config.cpp.cmake b/tdecore/tde-config.cpp.cmake index 6716a24f6..62af1a0fa 100644 --- a/tdecore/tde-config.cpp.cmake +++ b/tdecore/tde-config.cpp.cmake @@ -16,12 +16,12 @@ static const char *description = I18N_NOOP("A little program to output installat static KCmdLineOptions options[] = { { "expandvars", I18N_NOOP("expand ${prefix} and ${exec_prefix} in output"), 0 }, - { "prefix", I18N_NOOP("Compiled in prefix for KDE libraries"), 0 }, - { "exec-prefix", I18N_NOOP("Compiled in exec_prefix for KDE libraries"), 0 }, + { "prefix", I18N_NOOP("Compiled in prefix for TDE libraries"), 0 }, + { "exec-prefix", I18N_NOOP("Compiled in exec_prefix for TDE libraries"), 0 }, { "libsuffix", I18N_NOOP("Compiled in library path suffix"), 0 }, { "localprefix", I18N_NOOP("Prefix in $HOME used to write files"), 0}, - { "version", I18N_NOOP("Compiled in version string for KDE libraries"), 0 }, - { "types", I18N_NOOP("Available KDE resource types"), 0 }, + { "version", I18N_NOOP("Compiled in version string for TDE libraries"), 0 }, + { "types", I18N_NOOP("Available TDE resource types"), 0 }, { "path type", I18N_NOOP("Search path for resource type"), 0 }, { "userpath type", I18N_NOOP("User path: desktop|autostart|trash|document"), 0 }, { "install type", I18N_NOOP("Prefix to install resource files to"), 0}, diff --git a/tdecore/tde-config.cpp.in b/tdecore/tde-config.cpp.in index e5ee257c1..90c5dae89 100644 --- a/tdecore/tde-config.cpp.in +++ b/tdecore/tde-config.cpp.in @@ -16,12 +16,12 @@ static const char *description = I18N_NOOP("A little program to output installat static KCmdLineOptions options[] = { { "expandvars", I18N_NOOP("expand ${prefix} and ${exec_prefix} in output"), 0 }, - { "prefix", I18N_NOOP("Compiled in prefix for KDE libraries"), 0 }, - { "exec-prefix", I18N_NOOP("Compiled in exec_prefix for KDE libraries"), 0 }, + { "prefix", I18N_NOOP("Compiled in prefix for TDE libraries"), 0 }, + { "exec-prefix", I18N_NOOP("Compiled in exec_prefix for TDE libraries"), 0 }, { "libsuffix", I18N_NOOP("Compiled in library path suffix"), 0 }, { "localprefix", I18N_NOOP("Prefix in $HOME used to write files"), 0}, - { "version", I18N_NOOP("Compiled in version string for KDE libraries"), 0 }, - { "types", I18N_NOOP("Available KDE resource types"), 0 }, + { "version", I18N_NOOP("Compiled in version string for TDE libraries"), 0 }, + { "types", I18N_NOOP("Available TDE resource types"), 0 }, { "path type", I18N_NOOP("Search path for resource type"), 0 }, { "userpath type", I18N_NOOP("User path: desktop|autostart|trash|document"), 0 }, { "install type", I18N_NOOP("Prefix to install resource files to"), 0}, -- cgit v1.2.1