From bf7a4618eea1ee2b3a5bba2afb770ca2fdeba5f0 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 6 Mar 2021 10:55:06 +0100 Subject: [PATCH] main: improve translation string --- src/bin/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main.c b/src/bin/main.c index 315b72af..238d1f56 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -494,7 +494,7 @@ static Ecore_Getopt options = { ECORE_GETOPT_STORE_TRUE('F', "fullscreen", gettext_noop("Go into the fullscreen mode from the start")), ECORE_GETOPT_STORE_TRUE('I', "iconic", - gettext_noop("Go into an iconic state from the start")), + gettext_noop("Start iconified")), ECORE_GETOPT_STORE_TRUE('B', "borderless", gettext_noop("Become a borderless managed window")), ECORE_GETOPT_STORE_TRUE('O', "override",