diff options
author | Luca Ferretti <lferrett@gnome.org> | 2011-03-17 12:56:28 +0100 |
---|---|---|
committer | Luca Ferretti <lferrett@gnome.org> | 2011-03-17 12:56:28 +0100 |
commit | 40cae89ace1678b7b4c77276e20ce756b1263648 (patch) | |
tree | e47c857088d01b85d326858c11fb7928b9dbb556 /src | |
parent | Updated Italian translation (diff) | |
download | zenity-40cae89ace1678b7b4c77276e20ce756b1263648.tar.gz zenity-40cae89ace1678b7b4c77276e20ce756b1263648.tar.bz2 zenity-40cae89ace1678b7b4c77276e20ce756b1263648.zip |
Revert mistakely pushed string change
Diffstat (limited to 'src')
-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 5e3032e4..cd812091 100644 --- a/src/option.c +++ b/src/option.c @@ -869,7 +869,7 @@ static GOptionEntry forms_dialog_options[] = { G_OPTION_ARG_CALLBACK, zenity_forms_callback, N_("Add a new Entry in forms dialog"), - N_("FIELDNAME") + N_("Field name") }, { "add-password", @@ -878,7 +878,7 @@ static GOptionEntry forms_dialog_options[] = { G_OPTION_ARG_CALLBACK, zenity_forms_callback, N_("Add a new Password Entry in forms dialog"), - N_("FIELDNAME") + N_("Field name") }, { "add-calendar", @@ -887,7 +887,7 @@ static GOptionEntry forms_dialog_options[] = { G_OPTION_ARG_CALLBACK, zenity_forms_callback, N_("Add a new Calendar in forms dialog"), - N_("CALENDARNAME") + N_("Calendar field name") }, { "text", |