[gnome-bluetooth] Fix typo
- From: Alexandre Franke <afranke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Fix typo
- Date: Mon, 24 Aug 2015 16:32:57 +0000 (UTC)
commit 81628a366074036dad79a26f3bbedfc849d04bb6
Author: Alexandre Franke <alexandre franke gmail com>
Date: Mon Aug 24 18:32:21 2015 +0200
Fix typo
lib/bluetooth-settings-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/bluetooth-settings-widget.c b/lib/bluetooth-settings-widget.c
index 6aebfcb..14ccda7 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]