Commit c19d0217 authored by Alexander Volkov's avatar Alexander Volkov Committed by Karsten Heimrich
Browse files

Assistant: Fix a name of a bookmarks folder


The folder named "Toolbar Menu" is meant to contain bookmarks which
are displayed on the bookmarks toolbar rather than in some menu.
So the name "Bookmarks Toolbar" is more appropriate, besides it is
consistent with Firefox and is similar to Chromium's "Bookmarks bar".

Change-Id: I1b1c359ee4ca02dcd34afff01326442c5d9b4459
Reviewed-by: default avatarKarsten Heimrich <karsten.heimrich@digia.com>
parent de1ef8eb
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -97,7 +97,7 @@ BookmarkModel::setBookmarks(const QByteArray &bookmarks)
stream >> version;
if (version < VERSION) {
stream.device()->seek(0);
BookmarkItem* toolbar = new BookmarkItem(DataVector() << tr("Toolbar Menu")
BookmarkItem* toolbar = new BookmarkItem(DataVector() << tr("Bookmarks Toolbar")
<< QLatin1String("Folder") << true);
rootItem->addChild(toolbar);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment