Index: chrome/browser/resources/options2/browser_options.js |
diff --git a/chrome/browser/resources/options2/browser_options.js b/chrome/browser/resources/options2/browser_options.js |
index a9521401e0675746ae01026b1f6f2705c8224121..13d9fb96c12b251d127b7957536991f7f55e0b5f 100644 |
--- a/chrome/browser/resources/options2/browser_options.js |
+++ b/chrome/browser/resources/options2/browser_options.js |
@@ -409,7 +409,7 @@ cr.define('options', function() { |
if (!cr.isChromeOS) { |
$('cloudPrintConnectorSetupButton').onclick = function(event) { |
if ($('cloudPrintManageButton').style.display == 'none') { |
- // Disable the button, set it's text to the intermediate state. |
+ // Disable the button, set its text to the intermediate state. |
$('cloudPrintConnectorSetupButton').textContent = |
localStrings.getString('cloudPrintConnectorEnablingButton'); |
$('cloudPrintConnectorSetupButton').disabled = true; |