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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2147063002: MD Settings: About page, localize remaining strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 4 years, 5 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/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index 3ab96a550f77f658a2d837c1fe8d7777a2c6f2d1..10d4a34b8ca660e8b62b8e9cdb2f93c153feca04 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -144,8 +144,7 @@
<if expr="chromeos">
<div class="settings-box" on-tap="onDetailedBuildInfoTap_"
actionable>
- <!-- TODO(dpapad): Localize string. -->
- Detailed build info
+ $i18n{aboutDetailedBuildInfo}
</div>
</if>
<div class="settings-box product-info copyable">
@@ -173,7 +172,7 @@
</neon-animatable>
<if expr="chromeos">
<template is="dom-if" name="detailed-build-info">
- <settings-subpage page-title="Detailed build information">
+ <settings-subpage page-title="$i18n{aboutDetailedBuildInfo}">
<settings-detailed-build-info></settings-detailed-build-info>
</settings-subpage>
</template>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/about_page/detailed_build_info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698