main: improve translation string

This commit is contained in:
Boris Faure 2021-03-06 10:55:06 +01:00
parent 1c1614b848
commit bf7a4618ee
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -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",