diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /drkonqi/main.cpp | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'drkonqi/main.cpp')
-rw-r--r-- | drkonqi/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drkonqi/main.cpp b/drkonqi/main.cpp index 9fba35a20..635a49265 100644 --- a/drkonqi/main.cpp +++ b/drkonqi/main.cpp @@ -52,7 +52,7 @@ static const KCmdLineOptions options[] = {"programname <name>", I18N_NOOP("Translated name of the program"), 0}, {"pid <pid>", I18N_NOOP("The PID of the program"), 0}, {"startupid <id>", I18N_NOOP("Startup ID of the program"), 0}, - {"kdeinit", I18N_NOOP("The program was started by kdeinit"), 0}, + {"tdeinit", I18N_NOOP("The program was started by tdeinit"), 0}, {"safer", I18N_NOOP("Disable arbitrary disk access"), 0}, KCmdLineLastOption }; |