[gnome-color-manager] Capitalization fix for 'More Information' button



commit 9350d894e7aa2fd8fd7b5d909ea9840ab19229db
Author: Michael Monreal <michael monreal gmail com>
Date:   Thu Feb 25 10:46:51 2010 +0000

    Capitalization fix for 'More Information' button
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 src/gcm-prefs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-prefs.c b/src/gcm-prefs.c
index a2cc61a..dcb1bc4 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -3064,7 +3064,7 @@ main (int argc, char **argv)
 			  G_CALLBACK (gcm_prefs_info_bar_response_cb), NULL);
 
 	/* TRANSLATORS: button for more details about the vcgt failure */
-	gtk_info_bar_add_button (GTK_INFO_BAR(info_bar_vcgt), _("More information"), GTK_RESPONSE_HELP);
+	gtk_info_bar_add_button (GTK_INFO_BAR(info_bar_vcgt), _("More Information"), GTK_RESPONSE_HELP);
 
 	/* TRANSLATORS: this is displayed while the devices are being probed */
 	info_bar_loading_label = gtk_label_new (_("Loading list of devicesâ?¦"));



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