diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-21 17:58:39 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-21 17:58:39 -0500 |
commit | 79ebece2d75b35e852064aab51fb8327fe32473b (patch) | |
tree | cb3d4160ac91ac99ea643e24962bbf8c571dd3a4 /tdecore/tde-config.cpp.in | |
parent | 554196e439ddc0dc212f5034639d734ae4c3e0eb (diff) | |
download | tdelibs-79ebece2d75b35e852064aab51fb8327fe32473b.tar.gz tdelibs-79ebece2d75b35e852064aab51fb8327fe32473b.zip |
Fix tde-config command line branding.
Diffstat (limited to 'tdecore/tde-config.cpp.in')
-rw-r--r-- | tdecore/tde-config.cpp.in | 8 |
1 files changed, 4 insertions, 4 deletions
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}, |