Revert mistakely pushed string change

This commit is contained in:
Luca Ferretti 2011-03-17 12:56:28 +01:00
parent 19404e0e7e
commit 40cae89ace
1 changed files with 3 additions and 3 deletions

View File

@ -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",