зеркало из https://github.com/mozilla/gecko-dev.git
better l10n for bookmark containers. rename "bookmark toolbar" to "bookmark
bar" consistently in UI. (bug 243770)
This commit is contained in:
Родитель
7938cb7df6
Коммит
9e3930b001
Двоичные данные
camino/resources/localized/English.lproj/Localizable.strings
Двоичные данные
camino/resources/localized/English.lproj/Localizable.strings
Двоичный файл не отображается.
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче