From fd098d95326611bee6450e153a65cee0a5666c29 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 28 Mar 2020 23:43:25 +0900 Subject: 1) Additional work on tq app -> tde app translation (tq -> TDE actions) 2) Added "Quit All" command to popup menu. Signed-off-by: Michele Calgaro --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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"); -- cgit v1.2.1