main: Don't try to translate the empty string
It's pointless in the best case, and may result in bugs. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2878>
This commit is contained in:
parent
d6cfc13c3f
commit
8a4275ec80
@ -556,7 +556,7 @@ GOptionEntry gnome_shell_options[] = {
|
|||||||
{
|
{
|
||||||
"automation-script", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME,
|
"automation-script", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME,
|
||||||
&script_path,
|
&script_path,
|
||||||
N_(""),
|
"",
|
||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
{ NULL }
|
{ NULL }
|
||||||
|
Loading…
Reference in New Issue
Block a user