option.c: Fixing typo in extra-button option

This commit is contained in:
Arx Cruz 2015-04-21 14:59:29 +02:00
parent a0fa643f1c
commit fd024c53e6
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ static GOptionEntry question_options[] = {
G_OPTION_FLAG_NOALIAS,
G_OPTION_ARG_NONE,
&zenity_question_switch,
N_("Supress ok and cancel buttons"),
N_("Suppress ok and cancel buttons"),
NULL
},
{