diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 19:35:59 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-16 19:35:59 +0000 |
commit | ad2deb128110fb415850c8dd75504c5f9f341b9e (patch) | |
tree | 6cc51e6b22bfa6e0570278fd6c765ed4168617a4 /chrome/browser/cocoa | |
parent | 7f15b360f158f149a9b684b9aaa84d3c5a13c466 (diff) | |
download | chromium_src-ad2deb128110fb415850c8dd75504c5f9f341b9e.zip chromium_src-ad2deb128110fb415850c8dd75504c5f9f341b9e.tar.gz chromium_src-ad2deb128110fb415850c8dd75504c5f9f341b9e.tar.bz2 |
Bookmark bubble tweaks
TitleCase the other folder menu options.
Use the helper that handles ellipsis.
TEST=the other folder option is title case
BUG=24912
Review URL: http://codereview.chromium.org/276065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa')
-rw-r--r-- | chrome/browser/cocoa/bookmark_bubble_controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/bookmark_bubble_controller.mm b/chrome/browser/cocoa/bookmark_bubble_controller.mm index 6bf928a..06d95fd 100644 --- a/chrome/browser/cocoa/bookmark_bubble_controller.mm +++ b/chrome/browser/cocoa/bookmark_bubble_controller.mm @@ -156,7 +156,7 @@ // Add "Choose another folder...". Remember it for later to compare against. chooseAnotherFolder_.reset( - [l10n_util::GetNSString(IDS_BOOMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER) + [l10n_util::GetNSStringWithFixup(IDS_BOOMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER) retain]); [folderComboBox_ addItemWithObjectValue:chooseAnotherFolder_.get()]; |