sw/inc/strings.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 6504514ecb8ceede450ec16c1ea1fcf79bdb5b04 Author: Seth Chaiklin <sdc.bla...@youmail.dk> AuthorDate: Fri Feb 17 21:45:32 2023 +0000 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Sat Feb 18 03:07:50 2023 +0000 tdf#153485 UI guideline corrections to outline level popup box - revise grammar of help message and add mention of headings - add missing colon to label with buddy control - use en-dash (U+2013) for number range Change-Id: I6a3e20ca319153c7384d8a50802222dcefcbe561 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147248 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index b2d4c2e92e9e..7e41e6b08cae 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -683,8 +683,8 @@ #define STR_OUTLINE_CONTENT_VISIBILITY_SHOW_ALL NC_("STR_OUTLINE_CONTENT_VISIBILITY_SHOW_ALL", "Unfold All") #define STR_OUTLINE_CONTENT_VISIBILITY_HIDE_ALL NC_("STR_OUTLINE_CONTENT_VISIBILITY_HIDE_ALL", "Fold All") #define STR_OUTLINE_LEVELS_SHOWN_TITLE NC_("STR_OUTLINE_LEVELS_SHOWN_TITLE", "Show Outline Content to Level") -#define STR_OUTLINE_LEVELS_SHOWN_SPIN_LABEL NC_("STR_OUTLINE_LEVELS_SHOWN_SPIN_LABEL", "Level (1 - 10)") -#define STR_OUTLINE_LEVELS_SHOWN_HELP_LABEL NC_("STR_OUTLINE_LEVELS_SHOWN_HELP_LABEL", "Enter the maximum outline level to show content for.") +#define STR_OUTLINE_LEVELS_SHOWN_SPIN_LABEL NC_("STR_OUTLINE_LEVELS_SHOWN_SPIN_LABEL", "Level (1–10):") +#define STR_OUTLINE_LEVELS_SHOWN_HELP_LABEL NC_("STR_OUTLINE_LEVELS_SHOWN_HELP_LABEL", "Enter maximum outline level allowed for a displayed heading.") #define STR_EXPANDALL NC_("STR_EXPANDALL", "Expand All") #define STR_COLLAPSEALL NC_("STR_COLLAPSEALL", "Collapse All")