From fab423cca05d677f3065681c34c073996943f747 Mon Sep 17 00:00:00 2001 From: Sam Crang Date: Tue, 28 Nov 2023 11:59:20 +0000 Subject: [PATCH] Use "starred" rather than "bookmarked" This change replaces usages of "bookmarked" entries with "starred" entries the latter which seems to be be used more prominently. --- internal/locale/translations/en_US.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/locale/translations/en_US.json b/internal/locale/translations/en_US.json index ceed8a8f..70131195 100644 --- a/internal/locale/translations/en_US.json +++ b/internal/locale/translations/en_US.json @@ -139,7 +139,7 @@ "page.keyboard_shortcuts.subtitle.pages": "Pages Navigation", "page.keyboard_shortcuts.subtitle.actions": "Actions", "page.keyboard_shortcuts.go_to_unread": "Go to unread", - "page.keyboard_shortcuts.go_to_starred": "Go to bookmarks", + "page.keyboard_shortcuts.go_to_starred": "Go to starred", "page.keyboard_shortcuts.go_to_history": "Go to history", "page.keyboard_shortcuts.go_to_feeds": "Go to feeds", "page.keyboard_shortcuts.go_to_categories": "Go to categories", @@ -160,7 +160,7 @@ "page.keyboard_shortcuts.refresh_all_feeds": "Refresh all feeds in the background", "page.keyboard_shortcuts.mark_page_as_read": "Mark current page as read", "page.keyboard_shortcuts.download_content": "Download original content", - "page.keyboard_shortcuts.toggle_bookmark_status": "Toggle bookmark", + "page.keyboard_shortcuts.toggle_bookmark_status": "Toggle starred", "page.keyboard_shortcuts.save_article": "Save entry", "page.keyboard_shortcuts.scroll_item_to_top": "Scroll item to top", "page.keyboard_shortcuts.remove_feed": "Remove this feed", @@ -225,7 +225,7 @@ "page.offline.refresh_page": "Try to refresh the page", "page.webauthn_rename.title": "Rename Passkey", "alert.no_shared_entry": "There is no shared entry.", - "alert.no_bookmark": "There is no bookmark at the moment.", + "alert.no_bookmark": "There are no starred entries.", "alert.no_category": "There is no category.", "alert.no_category_entry": "There are no entries in this category.", "alert.no_feed_entry": "There are no entries for this feed.",