mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Camino only - Bug 360644: Rename show/hide bookmarks in toolbar and menu. r=stridey sr=pink
This commit is contained in:
parent
79e37d8190
commit
b03feb9fe0
Binary file not shown.
@ -1507,8 +1507,8 @@ const int kReuseWindowOnAE = 2;
|
||||
|
||||
if (action == @selector(manageBookmarks:)) {
|
||||
BOOL showingBookmarks = (browserController && [browserController bookmarkManagerIsVisible]);
|
||||
NSString* showBMLabel = showingBookmarks ? NSLocalizedString(@"Hide All Bookmarks", @"")
|
||||
: NSLocalizedString(@"Show All Bookmarks", @"");
|
||||
NSString* showBMLabel = showingBookmarks ? NSLocalizedString(@"HideBookmarkManager", nil)
|
||||
: NSLocalizedString(@"ShowBookmarkManager", nil);
|
||||
[aMenuItem setTitle:showBMLabel];
|
||||
return showingBookmarks ? [browserController canHideBookmarks] : YES;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user