summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2012-12-02 15:23:03 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2012-12-03 09:13:01 -0500
commitc50a11c0dc089017df8657fc659c31cbed85cc43 (patch)
tree926a12146ac1c9891b8f16c6764e330e17ffa18c
parent190052ff745e1c7ff7f07c800f2f5cfae67ff4e0 (diff)
downloadgnome-control-center-c50a11c0dc089017df8657fc659c31cbed85cc43.tar.gz
region: Use the proper Unicode ellipsis (…) instead of three dots
https://bugzilla.gnome.org/show_bug.cgi?id=689497
-rw-r--r--panels/region/gnome-region-panel-system.c2
-rw-r--r--panels/region/gnome-region-panel.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/panels/region/gnome-region-panel-system.c b/panels/region/gnome-region-panel-system.c
index c8890d782..6f7e994aa 100644
--- a/panels/region/gnome-region-panel-system.c
+++ b/panels/region/gnome-region-panel-system.c
@@ -479,7 +479,7 @@ on_permission_changed (GPermission *permission,
gtk_button_set_label (GTK_BUTTON (button), _("Copy Settings"));
}
else {
- gtk_button_set_label (GTK_BUTTON (button), _("Copy Settings..."));
+ gtk_button_set_label (GTK_BUTTON (button), _("Copy Settings…"));
}
}
}
diff --git a/panels/region/gnome-region-panel.ui b/panels/region/gnome-region-panel.ui
index 573094ceb..ba274462d 100644
--- a/panels/region/gnome-region-panel.ui
+++ b/panels/region/gnome-region-panel.ui
@@ -1352,7 +1352,7 @@
</child>
<child>
<object class="GtkButton" id="copy_settings_button">
- <property name="label" translatable="yes">Copy Settings...</property>
+ <property name="label" translatable="yes">Copy Settings…</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>