diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index dc9bf5e..d10215d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -70,7 +70,7 @@ static const TDECmdLineOptions options[] = int main(int argc, char *argv[]) { TDEAboutData about("tdedocker", I18N_NOOP("tdedocker"), "1.3", - I18N_NOOP("Docks any application into the system tray\nNOTE: Use -d for all startup scripts."), TDEAboutData::License_GPL); + I18N_NOOP("Docks any application into the system tray."), TDEAboutData::License_GPL); about.addAuthor("John Schember", I18N_NOOP("Original KDocker maintainer"), "john@nachtimwald.com"); about.addAuthor("Girish Ramakrishnan", I18N_NOOP("Original KDocker developer"), "ramakrishnan.girish@gmail.com"); |