summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);