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

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

Issue 1167523004: chrome/settings: Shorten strings in appearance, downloads, date&time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/date_time_page/date_time_page.html
diff --git a/chrome/browser/resources/settings/date_time_page/date_time_page.html b/chrome/browser/resources/settings/date_time_page/date_time_page.html
index 6f1e5672c164b94fe64bc9e5fa64247cb67971cc..0fb7597a8df9cac2809ff325ad4f713031e37956 100644
--- a/chrome/browser/resources/settings/date_time_page/date_time_page.html
+++ b/chrome/browser/resources/settings/date_time_page/date_time_page.html
@@ -9,13 +9,13 @@
<template>
<paper-material class="layout veritcal">
<div class="horizontal layout center">
- <span class="time-zone-label" i18n-content="dateTimeTimeZoneLabel"></span>
+ <span class="time-zone-label" i18n-content="timeZone"></span>
</div>
- <cr-settings-checkbox
- pref="{{prefs.settings.clock.use_24hour_clock}}"
- i18n-values="label:dateTime24HourClockLabel">
+ <cr-settings-checkbox pref="{{prefs.settings.clock.use_24hour_clock}}"
+ i18n-values="label:use24HourClock">
</cr-settings-checkbox>
- <span id="setAutomatically" i18n-content="dateTimeAutomaticallySet"></span>
+ <span id="setAutomatically" i18n-content="dateTimeSetAutomatically">
+ </span>
</paper-material>
</template>
<script src="date_time_page.js"></script>

Powered by Google App Engine
This is Rietveld 408576698