summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Franke <alexandre.franke@gmail.com>2015-08-24 18:32:21 +0200
committerAlexandre Franke <alexandre.franke@gmail.com>2015-08-24 18:32:21 +0200
commit81628a366074036dad79a26f3bbedfc849d04bb6 (patch)
tree634b5944e55af1a659e151790c9b953d47170863
parentb9e4a50284f422e4350d1fc4f8d5b38683f316ed (diff)
downloadgnome-bluetooth-81628a366074036dad79a26f3bbedfc849d04bb6.tar.gz
Fix typo
-rw-r--r--lib/bluetooth-settings-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bluetooth-settings-widget.c b/lib/bluetooth-settings-widget.c
index 6aebfcb3..14ccda79 100644
--- a/lib/bluetooth-settings-widget.c
+++ b/lib/bluetooth-settings-widget.c
@@ -1538,7 +1538,7 @@ add_device_section (BluetoothSettingsWidget *self)
priv->device_stack = gtk_stack_new ();
gtk_stack_set_homogeneous (GTK_STACK (priv->device_stack), FALSE);
- label = gtk_label_new (_("Searching for devices..."));
+ label = gtk_label_new (_("Searching for devices…"));
gtk_style_context_add_class (gtk_widget_get_style_context (label), "dim-label");
gtk_stack_add_named (GTK_STACK (priv->device_stack), label, FILLER_PAGE);