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

Unified Diff: chrome/app/generated_resources.grd

Issue 7065007: Print Preview: Changing tab title and invalid page range error message (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 9 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview.js » ('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 5ca1ba46c1101f5da67f88c3f8a142a5e18dd6dc..45fb47bcd46a1b2c11c1b4d0e72ef7bc1997d634 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5554,7 +5554,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
Print preview
</message>
<message name="IDS_PRINT_PREVIEW_TITLE_FORMAT" desc="The format for the print preview page title.">
- Print Preview - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></ph>
+ Print preview - <ph name="PREVIEW_TAB_TITLE">$1<ex>Google Search</ex></ph>
</message>
<message name="IDS_PRINT_PREVIEW_LOADING_PRINTERS" desc="Message to display while the print preview is still loading the printer list.">
Loading additional printers
@@ -5619,10 +5619,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PRINT_PREVIEW_PAGE_RANGE_RADIO" desc="Aria-label page range radio.">
page range radio button
</message>
- <message name="IDS_PRINT_PREVIEW_INVALID_PAGE_RANGE"
- desc="Warning message shown when the text entered by the user does not represent a valid page range.">
- Invalid page range
- </message>
<message name="IDS_PRINT_PREVIEW_INVALID_NUMBER_OF_COPIES"
desc="Warning message shown when the text entered by the user does not represent a valid number of copies.">
Invalid number of copies
@@ -5685,7 +5681,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
Advanced…
</message>
<message name="IDS_PRINT_PREVIEW_PAGE_RANGE_INSTRUCTION" desc="Instruction shown when the user enters an invalid page range.">
- Use page ranges, <ph name="EXAMPLE_PAGE_RANGE">$1<ex>e.g. 1-5, 8, 11-13</ex></ph>
+ Invalid page range, use <ph name="EXAMPLE_PAGE_RANGE">$1<ex>e.g. 1-5, 8, 11-13</ex></ph>
</message>
<message name="IDS_PRINT_PREVIEW_COPIES_INSTRUCTION" desc="Instruction shown when the user enters an invalid number of copies.">
Use a number to indicate how many copies to print (1 or more).
« no previous file with comments | « no previous file | chrome/browser/resources/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698