diff options
author | William Hua <william.hua@canonical.com> | 2014-04-03 10:37:28 +1300 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2014-04-03 10:37:28 +1300 |
commit | 96de8733714fe9989994a6e40265ea9546941a72 (patch) | |
tree | 1159ffedfe11915df4ff00c074e6916089ad7959 /lib/indicator-menu.vala | |
parent | b014d570de7a5e8f49a8464424a43fcc8f0432cf (diff) | |
download | ayatana-indicator-keyboard-96de8733714fe9989994a6e40265ea9546941a72.tar.gz ayatana-indicator-keyboard-96de8733714fe9989994a6e40265ea9546941a72.tar.bz2 ayatana-indicator-keyboard-96de8733714fe9989994a6e40265ea9546941a72.zip |
Change '...' to '…'.
Diffstat (limited to 'lib/indicator-menu.vala')
-rw-r--r-- | lib/indicator-menu.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/indicator-menu.vala b/lib/indicator-menu.vala index 1d92a6f6..d2a22e0e 100644 --- a/lib/indicator-menu.vala +++ b/lib/indicator-menu.vala @@ -46,7 +46,7 @@ public class Indicator.Keyboard.IndicatorMenu : MenuModel { var settings_section = new Menu (); settings_section.append (_ ("Character Map"), "indicator.map"); settings_section.append (_ ("Keyboard Layout Chart"), "indicator.chart"); - settings_section.append (_ ("Text Entry Settings..."), "indicator.settings"); + settings_section.append (_ ("Text Entry Settings…"), "indicator.settings"); submenu.append_section (null, settings_section); } |