sw/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 35c14f05061f9c32dfd66cacab33b1874a7e5d68 Author: Szymon Kłos <[email protected]> AuthorDate: Tue Nov 25 07:02:47 2025 +0000 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Fri Nov 28 09:01:53 2025 +0100 tdf#169531 QuickFindPanel: Make result label shorter Followup for commit 5a600355080b6b66842e07d22f14e89b161f1c00 tdf#169531 QuickFindPanel: Make result label shorter and easier to scan It unifies the singular form in case of only one entry. Change-Id: I6e629b12838c32497d17397243518e91fdbb4a60 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194505 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Jenkins diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 65aae7f8d4f2..7fb72a1d2840 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -1432,7 +1432,7 @@ #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 NNC_("STR_SEARCH_KEY_FOUND_TIMES", "One match found.", "%1 results") -#define STR_SEARCH_KEY_FOUND_XOFN NNC_("STR_SEARCH_KEY_FOUND_XOFN", "Match one of one match found.", "Result %1 of %2") +#define STR_SEARCH_KEY_FOUND_XOFN NNC_("STR_SEARCH_KEY_FOUND_XOFN", "One match found.", "Result %1 of %2") #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...")
