summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuca Ferretti <lferrett@gnome.org>2011-03-17 12:02:20 +0100
committerLuca Ferretti <lferrett@gnome.org>2011-03-17 12:02:20 +0100
commitdc0c483b915c2185399fac3dd4d56466c0026fb0 (patch)
tree99bde769357db274579c3276ceb026856cffd91d /src
parent80527d465471f7f3de6bb47c1e619b6dc1c82bad (diff)
Use proper case in forms dialog option values
Diffstat (limited to 'src')
-rw-r--r--src/option.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/option.c b/src/option.c
index cd81209..5e3032e 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_("Field name")
+ N_("FIELDNAME")
},
{
"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_("Field name")
+ N_("FIELDNAME")
},
{
"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_("Calendar field name")
+ N_("CALENDARNAME")
},
{
"text",