diff options
author | Jim Raykowski <raykowj@gmail.com> | 2018-03-22 09:23:58 -0800 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-04-09 07:47:15 +0200 |
commit | 0b859bf33ed722c5c90f41cb08099fecfe494272 (patch) | |
tree | ea8ec44c5f634c6f699b7ce290433df266669245 /include/svx/strings.hrc | |
parent | ec5eee5ed5c00e1808dd2830d7d443267233c456 (diff) |
tdf#115600 Display messages in Findbar for Headings navigation
...and make Headings navigation wrap
Change-Id: Ia06caba9b93064c63750c54c1061d781811ed62a
Reviewed-on: https://gerrit.libreoffice.org/52139
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx/strings.hrc')
-rw-r--r-- | include/svx/strings.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index 16dbd5f4673e..9593cf515623 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1252,9 +1252,11 @@ #define RID_SVXSTR_SEARCH NC_("RID_SVXSTR_SEARCH", "Search for formatting") #define RID_SVXSTR_REPLACE NC_("RID_SVXSTR_REPLACE", "Replace with formatting") #define RID_SVXSTR_SEARCH_END NC_("RID_SVXSTR_SEARCH_END", "Reached the end of the document") +#define RID_SVXSTR_SEARCH_END_WRAPPED NC_("RID_SVXSTR_SEARCH_END_WRAPPED", "Reached the end of the document, continued from the beginning") #define RID_SVXSTR_SEARCH_END_SHEET NC_("RID_SVXSTR_SEARCH_END_SHEET", "Reached the end of the sheet") #define RID_SVXSTR_SEARCH_NOT_FOUND NC_("RID_SVXSTR_SEARCH_NOT_FOUND", "Search key not found") #define RID_SVXSTR_SEARCH_START NC_("RID_SVXSTR_SEARCH_START", "Reached the beginning of the document") +#define RID_SVXSTR_SEARCH_START_WRAPPED NC_("RID_SVXSTR_SEARCH_START_WRAPPED", "Reached the beginning of the document, continued from the end") #define RID_SVXDLG_BMPMASK_STR_PALETTE NC_("RID_SVXDLG_BMPMASK_STR_PALETTE", "Color Palette") |