summaryrefslogtreecommitdiff
path: root/sw/inc/AccessibilityCheckStrings.hrc
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-08-10 08:08:40 +0200
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-08-10 10:48:51 +0200
commit750f60174ea0dacf1cf007cd67eb70acd83fe649 (patch)
tree764bb06dea83931334c26f0c31b6a82b50c789a5 /sw/inc/AccessibilityCheckStrings.hrc
parent905962db870e9d1cf1dcf3bd1be44c347cddafe1 (diff)
Related tdf#156614 Improve wording of non-interactive forms text
Change-Id: I063cb144a7d94e15e9405135ad321d9f2e74d414 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155534 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sw/inc/AccessibilityCheckStrings.hrc')
-rw-r--r--sw/inc/AccessibilityCheckStrings.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/AccessibilityCheckStrings.hrc b/sw/inc/AccessibilityCheckStrings.hrc
index 1412f66372ec..814dc22dde2c 100644
--- a/sw/inc/AccessibilityCheckStrings.hrc
+++ b/sw/inc/AccessibilityCheckStrings.hrc
@@ -30,7 +30,7 @@
#define STR_AVOID_TABS_FORMATTING NC_("STR_AVOID_TABS_FORMATTING", "Avoid using tabs for formatting.")
#define STR_HEADINGS_NOT_IN_ORDER NC_("STR_HEADINGS_NOT_IN_ORDER", "Outline levels of headings not in sequential order.")
#define STR_TEXT_FORMATTING_CONVEYS_MEANING NC_("STR_TEXT_FORMATTING_CONVEYS_MEANING", "The text formatting conveys additional meaning.")
-#define STR_NON_INTERACTIVE_FORMS NC_("STR_NON_INTERACTIVE_FORMS", "An input form is not interactive.")
+#define STR_NON_INTERACTIVE_FORMS NC_("STR_NON_INTERACTIVE_FORMS", "Use interactive input fields.")
#define STR_FLOATING_TEXT NC_("STR_FLOATING_TEXT", "Avoid floating text.")
#define STR_HEADING_IN_TABLE NC_("STR_HEADING_IN_TABLE", "Tables must not contain headings.")
#define STR_HEADING_ORDER NC_("STR_HEADING_ORDER", "A heading with outline level %LEVEL_CURRENT% must not follow a heading with outline level %LEVEL_PREV%.")