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

Unified Diff: chrome/app/generated_resources.grd

Issue 144022: Removes some duplicated code to use LocalStrings formatString instead... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 18989)
+++ chrome/app/generated_resources.grd (working copy)
@@ -3414,7 +3414,7 @@
</message>
<message name="IDS_NEW_TAB_RECENTLY_CLOSED_WINDOW_MULTIPLE"
desc="Title of recently closed windows in the recently closed section of the new tab page when the window has more than one tab. The % is replaced by the number of tabs">
- % Tabs
+ <ph name="TAB_COUNT">%s<ex>3</ex></ph> Tabs
</message>
<message name="IDS_NEW_TAB_ATTRIBUTION_INTRO"
desc="Leading sentence above a custom logo that the theme artist has provided">
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698