diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-03-08 20:13:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-03-09 07:00:12 +0000 |
commit | db73d73c4031c20cede546e00b2fc34d673f3069 (patch) | |
tree | 0d3c2243277a1e6ef2bc3b9adc215a7428998a37 /sw/inc/strings.hrc | |
parent | a7952b339e73d203ba7d2b4f701d3279bb581d16 (diff) |
sw: fix undo comment of FN_UPDATE_BOOKMARKS
It's updates, not insert. One has to dispatch .uno:UpdateBookmarks to see
this in action, which does something if the document already contains at
least one bookmark.
Change-Id: I32d259b0b5c18cbbec2969cd189ca7ba4dd0dde4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148487
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc/strings.hrc')
-rw-r--r-- | sw/inc/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 033a1a225a92..2965e6b884b2 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -439,6 +439,7 @@ #define STR_DELBOOKMARK NC_("STR_DELBOOKMARK", "Delete bookmark: $1") #define STR_INSBOOKMARK NC_("STR_INSBOOKMARK", "Insert bookmark: $1") #define STR_UPDATE_BOOKMARK NC_("STR_UPDATE_BOOKMARK", "Update bookmark: $1") +#define STR_UPDATE_BOOKMARKS NC_("STR_UPDATE_BOOKMARKS", "Update bookmarks") #define STR_SORT_TBL NC_("STR_SORT_TBL", "Sort table") #define STR_SORT_TXT NC_("STR_SORT_TXT", "Sort text") #define STR_INSTABLE_UNDO NC_("STR_INSTABLE_UNDO", "Insert table: $1$2$3") |