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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_url_dialog.js

Issue 2707383002: MD Settings: change confirm text to save startup url's dialog. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/on_startup_page/startup_url_dialog.js
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.js b/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.js
index 5dbfd5444733db8b63c42402ba4768c1fb571463..3b576580d14f9adcebf3369dbd2b61f3394e0642 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.js
+++ b/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.js
@@ -36,7 +36,7 @@ Polymer({
if (this.model) {
this.dialogTitle_ = loadTimeData.getString('onStartupEditPage');
- this.actionButtonText_ = loadTimeData.getString('edit');
+ this.actionButtonText_ = loadTimeData.getString('save');
this.$.actionButton.disabled = false;
// Pre-populate the input field.
this.url_ = this.model.url;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698