billiob pushed a commit to branch terminology-1.9.

http://git.enlightenment.org/apps/terminology.git/commit/?id=bf7a4618eea1ee2b3a5bba2afb770ca2fdeba5f0

commit bf7a4618eea1ee2b3a5bba2afb770ca2fdeba5f0
Author: Boris Faure <bill...@gmail.com>
Date:   Sat Mar 6 10:55:06 2021 +0100

    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 315b72a..238d1f5 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",

-- 


Reply via email to