diff options
-rw-r--r-- | lib/indicator-menu.vala | 2 | ||||
-rw-r--r-- | po/indicator-keyboard.pot | 6 |
2 files changed, 4 insertions, 4 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); } diff --git a/po/indicator-keyboard.pot b/po/indicator-keyboard.pot index 14fa6db6..38d5e005 100644 --- a/po/indicator-keyboard.pot +++ b/po/indicator-keyboard.pot @@ -8,13 +8,13 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-03 10:36+1300\n" +"POT-Creation-Date: 2014-03-27 23:39+1300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: ../lib/main.vala:670 @@ -31,5 +31,5 @@ msgid "Keyboard Layout Chart" msgstr "" #: ../lib/indicator-menu.vala:49 -msgid "Text Entry Settingsā¦" +msgid "Text Entry Settings..." msgstr "" |