[gnome-bluetooth] Fix some strings



commit 7c6a73dbcf273604a4f7d15efa4b8e9e296fdb8e
Author: Philip Withnall <bugzilla tecnocode co uk>
Date:   Mon Sep 28 11:31:51 2009 +0100

    Fix some strings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=593564

 lib/bluetooth-filter-widget.c |    2 +-
 wizard/wizard.ui              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/bluetooth-filter-widget.c b/lib/bluetooth-filter-widget.c
index 2a37a7a..88084e2 100644
--- a/lib/bluetooth-filter-widget.c
+++ b/lib/bluetooth-filter-widget.c
@@ -283,7 +283,7 @@ bluetooth_filter_widget_init(BluetoothFilterWidget *self)
 					   DEVICE_TYPE_FILTER_COL_MASK, BLUETOOTH_TYPE_ANY,
 					   -1);
 	gtk_list_store_insert_with_values (GTK_LIST_STORE (priv->device_type_filter_model), NULL, G_MAXUINT32,
-					   DEVICE_TYPE_FILTER_COL_NAME, _("Input devices (mice, keyboards, ...)"),
+					   DEVICE_TYPE_FILTER_COL_NAME, _("Input devices (mice, keyboards, etc.)"),
 					   DEVICE_TYPE_FILTER_COL_MASK, BLUETOOTH_TYPE_INPUT,
 					   -1);
 	gtk_list_store_insert_with_values (GTK_LIST_STORE (priv->device_type_filter_model), NULL, G_MAXUINT32,
diff --git a/wizard/wizard.ui b/wizard/wizard.ui
index d4b3ddc..f5183be 100644
--- a/wizard/wizard.ui
+++ b/wizard/wizard.ui
@@ -453,7 +453,7 @@
                 <property name="spacing">12</property>
                 <child>
                   <object class="GtkRadioButton" id="radio_custom">
-                    <property name="label" translatable="yes">Custom PIN code:</property>
+                    <property name="label" translatable="yes">Custom PIN:</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>



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