option.c: Fixing typo in extra-button option
This commit is contained in:
parent
a0fa643f1c
commit
fd024c53e6
@ -872,7 +872,7 @@ static GOptionEntry question_options[] = {
|
|||||||
G_OPTION_FLAG_NOALIAS,
|
G_OPTION_FLAG_NOALIAS,
|
||||||
G_OPTION_ARG_NONE,
|
G_OPTION_ARG_NONE,
|
||||||
&zenity_question_switch,
|
&zenity_question_switch,
|
||||||
N_("Supress ok and cancel buttons"),
|
N_("Suppress ok and cancel buttons"),
|
||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user