summaryrefslogtreecommitdiff
path: root/src/bookmarks.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-19 07:01:55 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-19 07:01:55 +0200
commitb6923950df99ba6c8ca1e7234440321901fe804c (patch)
tree9ff34a45687d969e6718e1bf834f90efc143c127 /src/bookmarks.c
parent2d393d51772bfea81e704df9f40475ce94dfec9d (diff)
Bookmarks: Tweaked output of "about:bookmarks"
Diffstat (limited to 'src/bookmarks.c')
-rw-r--r--src/bookmarks.c1
1 files changed, 1 insertions, 0 deletions
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
255 } 255 }
256 else if (listType == listByTag_BookmarkListType) { 256 else if (listType == listByTag_BookmarkListType) {
257 appendFormat_String(str, "In this list each heading represents a bookmark tag. " 257 appendFormat_String(str, "In this list each heading represents a bookmark tag. "
258 "Only tagged bookmarks are listed. "
258 "Bookmarks with multiple tags are repeated under each tag.\n\n"); 259 "Bookmarks with multiple tags are repeated under each tag.\n\n");
259 } 260 }
260 iStringSet *tags = new_StringSet(); 261 iStringSet *tags = new_StringSet();