Update the inputmethod settings as per design

Design: http://dl.dropbox.com/u/30377416/i18n/visual/input-settings.pdf

Do not show the language list and input methods if IME is disabled
And do not show descriptive text if IME is enabled.

Change-Id: I49e07cbadf7e253e4fb0d5a59029d9884308c06a
This commit is contained in:
Santhosh Thottingal
2012-11-16 15:59:19 +05:30
committed by Amir E. Aharoni
parent 7c4646a059
commit e3e0be19f2
3 changed files with 27 additions and 13 deletions

View File

@@ -36,7 +36,6 @@
"jquery-ime-help": "Help",
"ext-uls-input-disable": "Disable input method tools",
"ext-uls-input-enable": "Enable input method tools",
"ext-uls-input-disable-info": "Input method tools are disabled.",
"ext-uls-input-enable-info": "Input method tools are enabled."
"ext-uls-input-disable-info": "Input method tools are disabled."
}

View File

@@ -37,6 +37,5 @@
"jquery-ime-help": "Text for help link",
"ext-uls-input-disable": "Label for disable input tools button",
"ext-uls-input-enable": "Label for enable input tools button",
"ext-uls-input-disable-info": "Info text for disable input tools button",
"ext-uls-input-enable-info": "Info text for disable input tools button"
"ext-uls-input-disable-info": "Info text for the disable input tools button"
}