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 9f17ec02d7102f7209b31ab1cfba7de8cf1c7287..13fb631d07adc6895084d288ecc131b6bc02e538 100644 |
--- a/chrome/browser/resources/options2/language_options.js |
+++ b/chrome/browser/resources/options2/language_options.js |
@@ -582,7 +582,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 an UI language. |
James Hawkins
2012/03/30 18:52:07
s/an/a/
|
if (languageCode == templateData.currentUiLanguageCode) |
return false; |
return (!cr.isChromeOS || |