summaryrefslogtreecommitdiff
path: root/sw/inc/AccessibilityCheckStrings.hrc
diff options
context:
space:
mode:
authorofftkp <parisoplop@gmail.com>2022-10-13 19:35:06 +0300
committerTomaž Vajngerl <quikee@gmail.com>2022-10-21 08:53:31 +0200
commitde02e5560168060af0b0c9be847af01c4fadec0b (patch)
tree367e913f6cd31edce1bbcc27f1db3f8cba13b1f0 /sw/inc/AccessibilityCheckStrings.hrc
parentda39ae24711110edac28a65c3a01ddb49a810bec (diff)
a11y: Add check for short hyperlinks
Add accessibility check and relevant test for a document that uses short hyperlinks Change-Id: I5d6bfe345b50d6d42dc04e9e2f7f853cf5f63a84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141338 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sw/inc/AccessibilityCheckStrings.hrc')
-rw-r--r--sw/inc/AccessibilityCheckStrings.hrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/AccessibilityCheckStrings.hrc b/sw/inc/AccessibilityCheckStrings.hrc
index 9c45cb84ecd9..77b93378869f 100644
--- a/sw/inc/AccessibilityCheckStrings.hrc
+++ b/sw/inc/AccessibilityCheckStrings.hrc
@@ -17,6 +17,7 @@
#define STR_TABLE_MERGE_SPLIT NC_("STR_TABLE_MERGE_SPLIT", "Table '%OBJECT_NAME%' contains merges or splits")
#define STR_FAKE_NUMBERING NC_("STR_FAKE_NUMBERING", "Fake numbering '%NUMBERING%'")
#define STR_HYPERLINK_TEXT_IS_LINK NC_("STR_HYPERLINK_TEXT_IS_LINK", "Hyperlink text is the same as the link address '%LINK%'")
+#define STR_HYPERLINK_TEXT_IS_SHORT NC_("STR_HYPERLINK_TEXT_IS_SHORT", "Hyperlink text is too short.")
#define STR_TEXT_CONTRAST NC_("STR_TEXT_CONTRAST", "Text contrast is too low.")
#define STR_TEXT_BLINKING NC_("STR_TEXT_BLINKING", "Blinking text.")
#define STR_AVOID_FOOTNOTES NC_("STR_AVOID_FOOTNOTES", "Avoid footnotes.")