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:
Florian Müllner 2023-08-08 19:09:49 +02:00 committed by Marge Bot
parent d6cfc13c3f
commit 8a4275ec80

View File

@ -556,7 +556,7 @@ GOptionEntry gnome_shell_options[] = {
{
"automation-script", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_FILENAME,
&script_path,
N_(""),
"",
NULL
},
{ NULL }