diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-09-25 19:44:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-09-25 19:45:29 -0400 |
commit | cabf7b76bc258e3f2bb72db5d59e9956def7c6d8 (patch) | |
tree | 846ee5d673216d9036fea60aa0c177ebf66f891d | |
parent | Updated Galician translations (diff) | |
download | zenity-cabf7b76bc258e3f2bb72db5d59e9956def7c6d8.tar.gz zenity-cabf7b76bc258e3f2bb72db5d59e9956def7c6d8.tar.bz2 zenity-cabf7b76bc258e3f2bb72db5d59e9956def7c6d8.zip |
Revert "Don't break the string freeze"
This reverts commit 156a99e304247504a486f0911596ab5765ad1add.
I got the second string freeze approval after all, so lets
add the new strings back.
-rw-r--r-- | src/option.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/option.c b/src/option.c index ae2dc080..13275d1c 100644 --- a/src/option.c +++ b/src/option.c @@ -218,7 +218,7 @@ static GOptionEntry general_options[] = { G_OPTION_FLAG_NOALIAS, G_OPTION_ARG_NONE, &zenity_general_modal, - "Set the modal hint", + N_("Set the modal hint"), NULL }, { @@ -354,8 +354,8 @@ static GOptionEntry error_options[] = { G_OPTION_FLAG_NOALIAS, G_OPTION_ARG_STRING, &zenity_general_dialog_icon, - "Set the dialog icon", - "ICON-NAME" + N_("Set the dialog icon"), + N_("ICON-NAME") }, { "no-wrap", |