[gnome-color-manager] HIG string and capitalization fixes



commit 825b46e590258e6157714a54d5ce9f10467d8a2c
Author: Michael Monreal <michael monreal gmail com>
Date:   Fri Feb 19 15:43:30 2010 +0000

    HIG string and capitalization fixes
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 data/gcm-prefs.ui |    8 ++++----
 src/gcm-prefs.c   |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/gcm-prefs.ui b/data/gcm-prefs.ui
index 5aa5bb5..620e9c0 100644
--- a/data/gcm-prefs.ui
+++ b/data/gcm-prefs.ui
@@ -61,7 +61,7 @@
                                 <property name="spacing">6</property>
                                 <child>
                                   <object class="GtkButton" id="button_calibrate">
-                                    <property name="label" translatable="yes" comments="This is a button to calibrate the device by creating an ICC profile file using a hardware device or a reference image">Create _profile for device</property>
+                                    <property name="label" translatable="yes" comments="This is a button to calibrate the device by creating an ICC profile file using a hardware device or a reference image">Create _Profile for Device</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
@@ -74,7 +74,7 @@
                                 </child>
                                 <child>
                                   <object class="GtkButton" id="button_delete">
-                                    <property name="label" translatable="yes" comments="This is a button to delete the saved device">_Delete device</property>
+                                    <property name="label" translatable="yes" comments="This is a button to delete the saved device">_Delete Device</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
@@ -606,7 +606,7 @@
                                 <property name="spacing">6</property>
                                 <child>
                                   <object class="GtkButton" id="button_profile_import">
-                                    <property name="label" translatable="yes">_Import profile</property>
+                                    <property name="label" translatable="yes">_Import Profile</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
@@ -620,7 +620,7 @@
                                 </child>
                                 <child>
                                   <object class="GtkButton" id="button_profile_delete">
-                                    <property name="label" translatable="yes">_Delete profile</property>
+                                    <property name="label" translatable="yes">_Delete Profile</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
diff --git a/src/gcm-prefs.c b/src/gcm-prefs.c
index 53fe4d3..9d8a147 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -478,10 +478,10 @@ gcm_prefs_file_chooser_get_icc_profile (void)
 	/* create new dialog */
 	window = GTK_WINDOW(gtk_builder_get_object (builder, "dialog_prefs"));
 	/* TRANSLATORS: dialog for file->open dialog */
-	dialog = gtk_file_chooser_dialog_new (_("Select ICC profile file"), window,
+	dialog = gtk_file_chooser_dialog_new (_("Select ICC Profile File"), window,
 					       GTK_FILE_CHOOSER_ACTION_OPEN,
 					       GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
-					       GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,
+					       _("Import"), GTK_RESPONSE_ACCEPT,
 					      NULL);
 	gtk_window_set_icon_name (GTK_WINDOW (dialog), GCM_STOCK_ICON);
 	gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER(dialog), g_get_home_dir ());



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