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

Unified Diff: chrome/app/bookmarks_strings.grdp

Issue 2098083002: Bookmarks: revert ICU plural syntax for "Should we open all these bookmarks?" messsage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/ui/bookmarks/bookmark_utils_desktop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/bookmarks_strings.grdp
diff --git a/chrome/app/bookmarks_strings.grdp b/chrome/app/bookmarks_strings.grdp
index a3bd755b5f185f3e8ad022bd141db8ec4a1719ba..2cbc54f1c688eb9bedc6f3db22584b4e4fdcba15 100644
--- a/chrome/app/bookmarks_strings.grdp
+++ b/chrome/app/bookmarks_strings.grdp
@@ -142,11 +142,8 @@
</message>
</if>
</if>
- <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder. The number will never be 1. [ICU Syntax]">
- {TAB_COUNT, plural,
- =1 {Are you sure you want to open # tab?}
- other {Are you sure you want to open # tabs?}
- }
+ <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder. The number will always be 15 or more.">
+ Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs?
</message>
<!-- End of Bookmarks Bar Context Menu strings. -->
« no previous file with comments | « no previous file | chrome/browser/ui/bookmarks/bookmark_utils_desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698