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

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.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/certificate_manager_page/certificate_subentry.html
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html
index fb238c77e5f1d09323de1a398b438f93e256cbe0..35b41ee10ba8f7e0c2f7a4a9d092e2fe4a06b796 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html
+++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html
@@ -41,7 +41,7 @@
<button class="dropdown-item" role="option" id="edit"
hidden$="[[!canEdit_(certificateType, model)]]"
on-tap="onEditTap_">
- $i18n{certificateManagerEdit}
+ $i18n{edit}
</button>
<button class="dropdown-item" role="option" id="export"
hidden$="[[!canExport_(certificateType, model)]]"
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/on_startup_page/startup_url_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698