From b6923950df99ba6c8ca1e7234440321901fe804c Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 19 Dec 2020 07:01:55 +0200 Subject: Bookmarks: Tweaked output of "about:bookmarks" --- src/bookmarks.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bookmarks.c') diff --git a/src/bookmarks.c b/src/bookmarks.c index b7e48688..72c5ad04 100644 --- a/src/bookmarks.c +++ b/src/bookmarks.c @@ -255,6 +255,7 @@ const iString *bookmarkListPage_Bookmarks(const iBookmarks *d, enum iBookmarkLis } else if (listType == listByTag_BookmarkListType) { appendFormat_String(str, "In this list each heading represents a bookmark tag. " + "Only tagged bookmarks are listed. " "Bookmarks with multiple tags are repeated under each tag.\n\n"); } iStringSet *tags = new_StringSet(); -- cgit v1.2.3