Change cancel button messages to be capitalized

This commit is contained in:
Arx Cruz 2010-07-21 20:22:16 -03:00
parent f302b4f8b2
commit 3ae7f89228
1 changed files with 2 additions and 2 deletions

View File

@ -614,7 +614,7 @@ static GOptionEntry progress_options[] = {
G_OPTION_ARG_NONE,
&zenity_progress_auto_kill,
/* xgettext: no-c-format */
N_("Kill parent process if cancel button is pressed"),
N_("Kill parent process if Cancel button is pressed"),
NULL
},
{
@ -624,7 +624,7 @@ static GOptionEntry progress_options[] = {
G_OPTION_ARG_NONE,
&zenity_progress_no_cancel,
/* xgettext: no-c-format */
N_("Hide cancel button"),
N_("Hide Cancel button"),
NULL
},
{