Camino only - Bug 360644: Rename show/hide bookmarks in toolbar and menu. r=stridey sr=pink
git-svn-id: svn://10.0.0.236/trunk@215478 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user