diff options
author | William Hua <william.hua@canonical.com> | 2014-04-04 09:31:34 +1300 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2014-04-04 09:31:34 +1300 |
commit | 26afec3a316a0f7c2e62ae8d574a5d354ebcdde4 (patch) | |
tree | ef733e65cf18ac1df440423b0334aad3a1aa3bef /lib | |
parent | 96de8733714fe9989994a6e40265ea9546941a72 (diff) | |
download | ayatana-indicator-keyboard-26afec3a316a0f7c2e62ae8d574a5d354ebcdde4.tar.gz ayatana-indicator-keyboard-26afec3a316a0f7c2e62ae8d574a5d354ebcdde4.tar.bz2 ayatana-indicator-keyboard-26afec3a316a0f7c2e62ae8d574a5d354ebcdde4.zip |
Revert '...' to '…'.
Diffstat (limited to 'lib')
-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 d2a22e0e..1d92a6f6 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); } |