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

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

Issue 2697223004: MD Settings: Unify multiple copies of the "edit" string to a single IDS_SETTINGS_EDIT. (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
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 779516e873a5c6d23b1b5d6d9c4d93e38079d016..5dbfd5444733db8b63c42402ba4768c1fb571463 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('onStartupEdit');
+ this.actionButtonText_ = loadTimeData.getString('edit');
this.$.actionButton.disabled = false;
// Pre-populate the input field.
this.url_ = this.model.url;

Powered by Google App Engine
This is Rietveld 408576698