mirror of https://github.com/GNOME/gimp.git
app: Refer to splash screen as splash screen, not startup window
This commit is contained in:
parent
74f39616a0
commit
fa441e8d5f
|
@ -172,7 +172,7 @@ static const GOptionEntry main_entries[] =
|
|||
{
|
||||
"no-splash", 's', 0,
|
||||
G_OPTION_ARG_NONE, &no_splash,
|
||||
N_("Do not show a startup window"), NULL
|
||||
N_("Do not show a splash screen"), NULL
|
||||
},
|
||||
{
|
||||
"no-shm", 0, G_OPTION_FLAG_REVERSE,
|
||||
|
|
Loading…
Reference in New Issue