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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_url_entry.html

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_entry.html
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html
index 9a2e8423eaa1c2b2c4993c467f6f72a5699074f4..1a1c08930b1304160dbf3da913a7b37ca1982a0e 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.html
@@ -29,7 +29,7 @@
<template is="cr-lazy-render" id="menu">
<dialog is="cr-action-menu">
<button class="dropdown-item" role="option" on-tap="onEditTap_">
- $i18n{onStartupEdit}
+ $i18n{edit}
</button>
<button class="dropdown-item" role="option" id="remove"
on-tap="onRemoveTap_">

Powered by Google App Engine
This is Rietveld 408576698