[zenity] Change cancel button messages to be capitalized



commit 3ae7f89228297d88bb4fd12c64f5f2f0377201d1
Author: Arx Cruz <arxcruz src gnome org>
Date:   Wed Jul 21 20:22:16 2010 -0300

    Change cancel button messages to be capitalized

 src/option.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/option.c b/src/option.c
index b9694fd..af206a0 100644
--- a/src/option.c
+++ b/src/option.c
@@ -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
   },
   { 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]