Revert "Don't break the string freeze"
This reverts commit 156a99e304
.
I got the second string freeze approval after all, so lets
add the new strings back.
This commit is contained in:
parent
7d4d78f4e7
commit
cabf7b76bc
@ -218,7 +218,7 @@ static GOptionEntry general_options[] = {
|
|||||||
G_OPTION_FLAG_NOALIAS,
|
G_OPTION_FLAG_NOALIAS,
|
||||||
G_OPTION_ARG_NONE,
|
G_OPTION_ARG_NONE,
|
||||||
&zenity_general_modal,
|
&zenity_general_modal,
|
||||||
"Set the modal hint",
|
N_("Set the modal hint"),
|
||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -354,8 +354,8 @@ static GOptionEntry error_options[] = {
|
|||||||
G_OPTION_FLAG_NOALIAS,
|
G_OPTION_FLAG_NOALIAS,
|
||||||
G_OPTION_ARG_STRING,
|
G_OPTION_ARG_STRING,
|
||||||
&zenity_general_dialog_icon,
|
&zenity_general_dialog_icon,
|
||||||
"Set the dialog icon",
|
N_("Set the dialog icon"),
|
||||||
"ICON-NAME"
|
N_("ICON-NAME")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"no-wrap",
|
"no-wrap",
|
||||||
|
Reference in New Issue
Block a user