diff options
author | Jim Raykowski <raykowj@gmail.com> | 2024-06-12 18:16:06 -0800 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2024-06-24 22:48:51 +0200 |
commit | 601cf05456073c082ac6bbe43b501eb81256711b (patch) | |
tree | 29e9c0ab3264ff3b2055dbf224be005e8b2a3d5c /sw/inc | |
parent | 35d42ca07159a7fa4958c35dba05c527f3be29e6 (diff) |
tdf#160543 Quickfind sidebar enhancements
* Makes the search independent of find and replace options.
* Adds a button to launch a dialog for match case, whole words only,
and similarity search options.
* Adds a button to launch the find and replace dialog.
* Makes the find entry control have visual feedback when there are no
matches.
* Adds a label at the bottom of panel that shows the number of matches.
Change-Id: I2cffcf86978773471bb86c5e5cf8b967c24efa7b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168834
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 298b861eecf6..b9e46f13d0c6 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -1396,7 +1396,7 @@ #define STR_NUM_OUTLINE NC_("STR_NUM_OUTLINE", "Outline ") #define STR_EDIT_FOOTNOTE NC_("STR_EDIT_FOOTNOTE", "Edit Footnote/Endnote") #define STR_NB_REPLACED NC_("STR_NB_REPLACED", "Search key replaced XX times.") -#define STR_SEARCH_KEY_FOUND_TIMES NC_("STR_SEARCH_KEY_FOUND_TIMES", "Search key found %1 times.") +#define STR_SEARCH_KEY_FOUND_TIMES NNC_("STR_SEARCH_KEY_FOUND_TIMES", "One match found.", "%1 matches found.") #define STR_SRCVIEW_ROW NC_("STR_SRCVIEW_ROW", "Row ") #define STR_SRCVIEW_COL NC_("STR_SRCVIEW_COL", "Column ") #define STR_SAVEAS_SRC NC_("STR_SAVEAS_SRC", "~Export source...") |