Clarify labels for input methods

Bug: 48536
Change-Id: I12fa43a9402f64f6da7ba040ff37363a2cc027bb
This commit is contained in:
Siebrand Mazeland
2013-05-28 07:37:09 +02:00
parent 65711c312d
commit fb459cfd88
2 changed files with 6 additions and 7 deletions

View File

@@ -169,7 +169,7 @@
if ( imeId === 'system' ) {
name = $.i18n( 'ext-uls-disable-input-method' );
description = $.i18n( 'ext-uls-disable-input-method-desc' );
description = '';
} else {
inputmethod = $.ime.inputmethods[imeId];
if ( !inputmethod ) {