[gnome-control-center] Use proper unicode ellipses in strings
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Use proper unicode ellipses in strings
- Date: Tue, 28 Sep 2021 13:33:38 +0000 (UTC)
commit f8e0558ebde611247f2768889c6d66b1d32ba9c7
Author: grumpey <grumpey0 gmail com>
Date: Tue Sep 28 09:15:00 2021 -0400
Use proper unicode ellipses in strings
Fixes: #1458
panels/region/cc-format-chooser.ui | 2 +-
panels/wwan/cc-wwan-device-page.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/region/cc-format-chooser.ui b/panels/region/cc-format-chooser.ui
index 4e4c9b617..e91a54796 100644
--- a/panels/region/cc-format-chooser.ui
+++ b/panels/region/cc-format-chooser.ui
@@ -114,7 +114,7 @@
<property name="visible">True</property>
<property name="hexpand">True</property>
<property name="can_focus">True</property>
- <property name="placeholder-text" translatable="yes">Search locales...</property>
+ <property name="placeholder-text" translatable="yes">Search locales…</property>
<property name="margin-top">12</property>
<property name="margin-bottom">18</property>
<property name="margin-start">18</property>
diff --git a/panels/wwan/cc-wwan-device-page.c b/panels/wwan/cc-wwan-device-page.c
index 318faa603..41379742b 100644
--- a/panels/wwan/cc-wwan-device-page.c
+++ b/panels/wwan/cc-wwan-device-page.c
@@ -314,7 +314,7 @@ wwan_device_unlock_clicked_cb (CcWwanDevicePage *self)
if (!pin)
return;
- gtk_button_set_label (self->unlock_button, _("Unlocking..."));
+ gtk_button_set_label (self->unlock_button, _("Unlocking…"));
gtk_widget_set_sensitive (GTK_WIDGET (self->unlock_button), FALSE);
if (lock == MM_MODEM_LOCK_SIM_PIN)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]