| 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. -->
|
|
|
|
|