diff options
author | Arx Cruz <arxcruz@gnome.org> | 2015-04-21 14:59:29 +0200 |
---|---|---|
committer | Arx Cruz <arxcruz@gnome.org> | 2015-04-21 14:59:48 +0200 |
commit | fd024c53e67b55a8979f24952d5340a779248fe7 (patch) | |
tree | 3ec1fcf407865fa3c8427e10f17a7d2edd979c2f /src | |
parent | Merge branch 'jjardon/no_deprecated' (diff) | |
download | zenity-fd024c53e67b55a8979f24952d5340a779248fe7.tar.gz zenity-fd024c53e67b55a8979f24952d5340a779248fe7.tar.bz2 zenity-fd024c53e67b55a8979f24952d5340a779248fe7.zip |
option.c: Fixing typo in extra-button option
Diffstat (limited to 'src')
-rw-r--r-- | src/option.c | 2 |
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 }, { |