[gnome-bluetooth] Make sure the wizard is called the same everywhere



commit 7f1f51723bd538c5b8907913021eefa5414db9d3
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jul 13 20:35:25 2009 +0100

    Make sure the wizard is called the same everywhere
    
    The same in the wizard, the applet and the properties.

 wizard/wizard.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/wizard/wizard.ui b/wizard/wizard.ui
index 2f6b75c..81fd57d 100644
--- a/wizard/wizard.ui
+++ b/wizard/wizard.ui
@@ -3,7 +3,7 @@
   <requires lib="gtk+" version="2.16"/>
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="GtkAssistant" id="assistant">
-    <property name="title" translatable="yes">Bluetooth Device Wizard</property>
+    <property name="title" translatable="yes">Bluetooth New Device Setup</property>
     <property name="window_position">center</property>
     <property name="default_width">440</property>
     <property name="default_height">440</property>
@@ -20,7 +20,7 @@
             <property name="visible">True</property>
             <property name="xalign">0</property>
             <property name="yalign">0</property>
-            <property name="label" translatable="yes">Welcome to the Bluetooth device setup wizard</property>
+            <property name="label" translatable="yes">Welcome to the Bluetooth new device setup</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
@@ -36,7 +36,7 @@
             <property name="visible">True</property>
             <property name="xalign">0</property>
             <property name="yalign">0</property>
-            <property name="label" translatable="yes">The device wizard will walk you through the process of configuring Bluetooth enabled devices for use with this computer.</property>
+            <property name="label" translatable="yes">The Bluetooth new device setup will walk you through the process of configuring Bluetooth enabled devices for use with this computer.</property>
             <property name="wrap">True</property>
           </object>
           <packing>



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