[gnome-bluetooth] Remove non-translatable strings from translatable



commit 95e1f1cd3b904414f343e9f958af7c4675a43f66
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jun 17 23:19:45 2009 +0100

    Remove non-translatable strings from translatable

 lib/bluetooth-client.c |    2 +-
 wizard/wizard.ui       |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index daf93a2..c1bc04b 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -1379,7 +1379,7 @@ gboolean bluetooth_client_create_device(BluetoothClient *client,
 				devdata, g_free, 90 * 1000,
 				G_TYPE_STRING, address,
 				DBUS_TYPE_G_OBJECT_PATH, agent,
-				G_TYPE_STRING, "DisplayOnly", G_TYPE_INVALID);
+				G_TYPE_STRING, "DisplayYesNo", G_TYPE_INVALID);
 	else
 		call = dbus_g_proxy_begin_call_with_timeout(adapter,
 				"CreateDevice", create_device_callback,
diff --git a/wizard/wizard.ui b/wizard/wizard.ui
index 5e03b24..753d043 100644
--- a/wizard/wizard.ui
+++ b/wizard/wizard.ui
@@ -121,7 +121,7 @@
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="yalign">0</property>
-                <property name="label" translatable="yes">Connecting to 'Foobar'...</property>
+                <property name="label">Connecting to 'Foobar'...</property>
                 <property name="wrap">True</property>
               </object>
               <packing>
@@ -267,7 +267,7 @@
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="yalign">0</property>
-                <property name="label" translatable="yes">Finishing setup on 'Foobar'...</property>
+                <property name="label">Finishing setup on 'Foobar'...</property>
                 <property name="wrap">True</property>
               </object>
               <packing>



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