| Index: chrome/browser/resources/options2/language_options.js
|
| diff --git a/chrome/browser/resources/options2/language_options.js b/chrome/browser/resources/options2/language_options.js
|
| index 6b10799ad50d2e844445d33b6aaf96d9dffadedc..7bdc928e8a6569ddb8b17fe83f0bb756de702b51 100644
|
| --- a/chrome/browser/resources/options2/language_options.js
|
| +++ b/chrome/browser/resources/options2/language_options.js
|
| @@ -583,7 +583,7 @@ cr.define('options', function() {
|
| * @param {String} languageCode the languageCode to check for deletability.
|
| */
|
| languageIsDeletable: function(languageCode) {
|
| - // Don't allow removing the language if it's as UI language.
|
| + // Don't allow removing the language if it's a UI language.
|
| if (languageCode == templateData.prospectiveUiLanguageCode)
|
| return false;
|
| return (!cr.isChromeOS ||
|
|
|