Merge "Clarify labels for input methods"

This commit is contained in:
jenkins-bot
2013-05-28 13:34:41 +00:00
committed by Gerrit Code Review
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 ) {