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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2346043002: Delete old (pre-MD) download shelf view code. (Closed)
Patch Set: gotta git add Created 4 years, 3 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:
Download patch
« no previous file with comments | « no previous file | chrome/app/nibs/DownloadShelf.xib » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 3664217125de2b559cb2e6fbfbec50bd6d321930..704906a19dd24db9822d3546f9f40af16e256470 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1460,19 +1460,16 @@ are declared in build/common.gypi.
</message>
<!-- Download Shelf-->
- <if expr="is_macosx">
- <message name="IDS_SHOW_ALL"
- desc="In Title Case: Button text on a button that opens the downloads page">
+ <if expr="use_titlecase">
+ <message name="IDS_SHOW_ALL_DOWNLOADS" desc="Button label shown at the corner of the download shelf that opens the downloads page (title case)">
Show All
</message>
</if>
- <message name="IDS_SHOW_ALL_DOWNLOADS"
- desc="Link label shown at the corner of the download shelf">
- Show all downloads...
- </message>
- <message name="IDS_SHOW_ALL_DOWNLOADS_MD" desc="Button label shown at the corner of the download shelf">
- Show all
- </message>
+ <if expr="not use_titlecase">
+ <message name="IDS_SHOW_ALL_DOWNLOADS" desc="Button label shown at the corner of the download shelf that opens the downloads page (sentence case)">
+ Show all
+ </message>
+ </if>
<!-- Download Error Messages-->
<!-- *_STATUS_*: Short message in the download on the shelf.-->
<!-- *_DESCRIPTION_*: Corresponding more descriptive message on the download page.-->
« no previous file with comments | « no previous file | chrome/app/nibs/DownloadShelf.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698