better l10n for bookmark containers. rename "bookmark toolbar" to "bookmark

bar" consistently in UI. (bug 243770)
This commit is contained in:
pinkerton%aol.net 2004-06-01 22:36:24 +00:00
Родитель 7938cb7df6
Коммит 9e3930b001
2 изменённых файлов: 2 добавлений и 0 удалений

Двоичный файл не отображается.

Просмотреть файл

@ -161,6 +161,8 @@ static unsigned gFirstUserCollection = 0;
// at some point, f'd up setting the bookmark toolbar folder special flag.
// this'll handle that little boo-boo for the time being
[[self toolbarFolder] setIsToolbar:YES];
[[self toolbarFolder] setTitle:NSLocalizedString(@"Bookmark Bar",@"Bookmark Bar")];
[[self bookmarkMenuFolder] setTitle:NSLocalizedString(@"Bookmark Menu","Bookmark Menu")];
// don't do this until after we've read in the bookmarks
mUndoManager = [[NSUndoManager alloc] init];
// Generic notifications for Bookmark Client