Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1957)

Unified Diff: chrome/browser/resources/options/advanced_options.js

Issue 9906002: Fix some grammar in chrome/browser/resources/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/advanced_options.js
diff --git a/chrome/browser/resources/options/advanced_options.js b/chrome/browser/resources/options/advanced_options.js
index e9d4c93d5018f932f5e0aa6e6f15b1275b08be42..9080e7c20e57a854047ccda8c3c27ed33d3a6ee0 100644
--- a/chrome/browser/resources/options/advanced_options.js
+++ b/chrome/browser/resources/options/advanced_options.js
@@ -122,7 +122,7 @@ var OptionsPage = options.OptionsPage;
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;

Powered by Google App Engine
This is Rietveld 408576698