[gnome-bluetooth] Bug 588619 – Make summary page use consistent naming



commit d9a3f52cf11af2a8b10eedd9db482c829da30d1b
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jul 15 15:03:30 2009 +0100

    Bug 588619 â?? Make summary page use consistent naming
    
    Use "new device setup" more, as used in the preferences dialogue.

 wizard/main.c    |    4 ++--
 wizard/wizard.ui |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/wizard/main.c b/wizard/main.c
index dab9393..bcffe47 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -567,7 +567,7 @@ void prepare_callback (GtkWidget *assistant,
 		 * The '%s' is the device name, for example:
 		 * Please wait while finishing setup on 'Sony Bluetooth Headset'...
 		 */
-		text = g_strdup_printf (_("Please wait while finishing setup on '%s'..."), target_name);
+		text = g_strdup_printf (_("Please wait while finishing setup on device '%s'..."), target_name);
 		gtk_label_set_text (GTK_LABEL (label_finishing), text);
 		g_free (text);
 	} else {
@@ -580,7 +580,7 @@ void prepare_callback (GtkWidget *assistant,
 		char **uuids, *text;
 
 		bluetooth_chooser_get_selected_device_info (selector, "name", &value);
-		text = g_strdup_printf (_("Successfully configured '%s'"), g_value_get_string (&value));
+		text = g_strdup_printf (_("Successfully setup new device '%s'"), g_value_get_string (&value));
 		g_value_unset (&value);
 		gtk_label_set_text (GTK_LABEL (label_summary), text);
 		g_free (text);
diff --git a/wizard/wizard.ui b/wizard/wizard.ui
index f657d66..3bd5367 100644
--- a/wizard/wizard.ui
+++ b/wizard/wizard.ui
@@ -267,7 +267,7 @@
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="yalign">0</property>
-                <property name="label">Finishing setup on 'Foobar'...</property>
+                <property name="label">Please wait while finishing setup on device 'Foobar'...</property>
                 <property name="wrap">True</property>
               </object>
               <packing>
@@ -302,7 +302,7 @@
         </child>
       </object>
       <packing>
-        <property name="title" translatable="yes">Finishing Device Setup</property>
+        <property name="title" translatable="yes">Finishing New Device Setup</property>
       </packing>
     </child>
     <child>
@@ -315,7 +315,7 @@
             <property name="visible">True</property>
             <property name="xalign">0</property>
             <property name="yalign">0</property>
-            <property name="label">Successfully configured 'Foobar' device</property>
+            <property name="label">Successfully setup new device 'Foobar'</property>
             <property name="wrap">True</property>
           </object>
           <packing>
@@ -363,7 +363,7 @@
             <child type="label">
               <object class="GtkLabel" id="label7">
                 <property name="visible">True</property>
-                <property name="label" translatable="yes">Setup Finished</property>
+                <property name="label" translatable="yes">Finished New Device Setup</property>
                 <property name="use_markup">True</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>



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