summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c
index 7ec4b634..6a95dea7 100644
--- a/src/option.c
+++ b/src/option.c
@@ -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
},
{
bgstack15