diff options
| author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-09 14:13:18 -0600 |
|---|---|---|
| committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-09 14:13:18 -0600 |
| commit | fa08973aeb1182c027c216380f1eca4fc795a3c2 (patch) | |
| tree | 60cb69babe9f6a050b54e57cb3752636b08cc60e /src/main.cpp | |
| parent | 1685bb43c5d5b771a57181b132b2f769fcb7a7f5 (diff) | |
| download | ksensors-fa08973aeb1182c027c216380f1eca4fc795a3c2.tar.gz ksensors-fa08973aeb1182c027c216380f1eca4fc795a3c2.zip | |
Branding cleanup.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index e670705..035b0fc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,13 +24,13 @@ #include "lmsensorsdock.h" static const char *description = - I18N_NOOP("KSensors - A nice lmsensors frontend for KDE"); + I18N_NOOP("KSensors - A nice lmsensors frontend for TDE"); // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE static TDECmdLineOptions options[] = { - { "nodock", I18N_NOOP("Don't dock in KDE system tray."), 0 }, + { "nodock", I18N_NOOP("Don't dock in TDE system tray."), 0 }, { "splash", I18N_NOOP("Show splash screen."), 0 }, { 0, 0, 0 } // INSERT YOUR COMMANDLINE OPTIONS HERE |
