From fd024c53e67b55a8979f24952d5340a779248fe7 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Tue, 21 Apr 2015 14:59:29 +0200 Subject: [PATCH] option.c: Fixing typo in extra-button option --- src/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/option.c b/src/option.c index 7ec4b63..6a95dea 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 }, {