Commit 78f791e9 authored by Peter Boström's avatar Peter Boström Committed by Commit Bot

Shorten more/advanced button in bookmark bubble

Changing "Edit..." to "Advanced" caused layout problems, so moving to
the shorter "More..." as "Edit..." conflicts with the "Edit bookmarks"
title of the dialog.

Bug: chromium:812362, chromium:814668
Change-Id: Id11a7c463c20c5a6508c863882a6f0be8d9f2b8d
Reviewed-on: https://chromium-review.googlesource.com/935626Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Commit-Queue: Peter Boström <pbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#538942}
parent c70d2d70
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
</message> </message>
<if expr="not use_titlecase"> <if expr="not use_titlecase">
<message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to go to a more advanced bookmark editor"> <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to go to a more advanced bookmark editor">
Advanced More...
</message> </message>
<message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the combobox allowing the user to choose another folder (by bringing up the editor)."> <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the combobox allowing the user to choose another folder (by bringing up the editor).">
Choose another folder... Choose another folder...
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
</if> </if>
<if expr="use_titlecase"> <if expr="use_titlecase">
<message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="In Title Case: Title of the button the user can click to go to a more advanced bookmark editor"> <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="In Title Case: Title of the button the user can click to go to a more advanced bookmark editor">
Advanced More...
</message> </message>
<message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Case: Text in the combobox allowing the user to choose another folder (by bringing up the editor)."> <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Case: Text in the combobox allowing the user to choose another folder (by bringing up the editor).">
Choose Another Folder... Choose Another Folder...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment