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

Unified Diff: chrome/browser/resources/settings/downloads_page/downloads_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/downloads_page/downloads_page.html
diff --git a/chrome/browser/resources/settings/downloads_page/downloads_page.html b/chrome/browser/resources/settings/downloads_page/downloads_page.html
index acb6f23c42fcd6de52259951e99a9115c2b14c4a..dcecd14524bbd94bc37b8e87c0f5f95683739692 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.html
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page.html
@@ -13,19 +13,18 @@
<paper-material>
<div class="horizontal layout center">
<div class="layout horizontal center">
- <div id="locationLabel" i18n-content="downloadsLocationLabel"></div>
+ <div id="locationLabel" i18n-content="downloadLocation"></div>
<cr-input id="downloadsPath" floating-label="false"
- value="{{prefs.download.default_directory.value}}"
- readonly aria-labelledby="locationLabel">
+ value="{{prefs.download.default_directory.value}}"
+ readonly aria-labelledby="locationLabel">
</cr-input>
</div>
<cr-button id="changeDownloadsPath" on-click="selectDownloadLocation_"
- i18n-content="downloadsChangeLocationButton">
+ i18n-content="changeDownloadLocation">
</cr-button>
</div>
- <cr-settings-checkbox
- pref="{{prefs.download.prompt_for_download}}"
- i18n-values="label:downloadsPromptForDownloadLabel">
+ <cr-settings-checkbox pref="{{prefs.download.prompt_for_download}}"
+ i18n-values="label:promptForDownload">
</cr-settings-checkbox>
</paper-material>
</template>

Powered by Google App Engine
This is Rietveld 408576698