diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2012-12-02 15:38:59 -0500 |
---|---|---|
committer | Jeremy Bicha <jbicha@ubuntu.com> | 2012-12-03 09:16:53 -0500 |
commit | 0c10489ed6c148455e292384a6819bf0117d33c8 (patch) | |
tree | 8d9551a763f1509740cdd1ec950db13d0263c7e8 /panels/universal-access | |
parent | a877915e9ba76481b3737df90ebbf47fd38f3756 (diff) | |
download | gnome-control-center-0c10489ed6c148455e292384a6819bf0117d33c8.tar.gz |
universal-access: Use the proper Unicode ellipsis (…) instead of three dots
https://bugzilla.gnome.org/show_bug.cgi?id=689497
Diffstat (limited to 'panels/universal-access')
-rw-r--r-- | panels/universal-access/uap.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/panels/universal-access/uap.ui b/panels/universal-access/uap.ui index 478b5628a..9f2c643aa 100644 --- a/panels/universal-access/uap.ui +++ b/panels/universal-access/uap.ui @@ -289,7 +289,7 @@ <object class="GtkLabel" id="seeing_speech_preferences_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Options...</property> + <property name="label" translatable="yes">Options…</property> </object> </child> </object> @@ -625,7 +625,7 @@ <object class="GtkLabel" id="seeing_zoom_preferences_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Options...</property> + <property name="label" translatable="yes">Options…</property> <attributes> <attribute name="scale" value="1"/> </attributes> @@ -1862,7 +1862,7 @@ </child> <child> <object class="GtkButton" id="pointing_mouse_keys_settings_button"> - <property name="label" translatable="yes">Options...</property> + <property name="label" translatable="yes">Options…</property> <property name="use_action_appearance">False</property> <property name="sensitive">False</property> <property name="can_focus">True</property> @@ -2400,7 +2400,7 @@ </child> <child> <object class="GtkButton" id="pointing_hover_click_settings_button"> - <property name="label" translatable="yes">Options...</property> + <property name="label" translatable="yes">Options…</property> <property name="use_action_appearance">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -2459,7 +2459,7 @@ </child> <child> <object class="GtkButton" id="pointing_video_mouse_settings_button"> - <property name="label" translatable="yes">Options...</property> + <property name="label" translatable="yes">Options…</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="sensitive">False</property> |