summaryrefslogtreecommitdiff
path: root/sw/inc/AccessibilityCheckStrings.hrc
diff options
context:
space:
mode:
authorParis Oplopoios <paris.oplopoios@collabora.com>2022-10-25 23:53:32 +0300
committerTomaž Vajngerl <quikee@gmail.com>2022-11-03 07:41:22 +0100
commita1ae31bd248ab62a0614f3a25f1abfcc214ff431 (patch)
tree5ac07f24be0f5b48d72a2b976b6c21796c0a79f7 /sw/inc/AccessibilityCheckStrings.hrc
parente519b121e3e43e4fd9e8e11c2ead4076ccda422f (diff)
a11y: Add check for fake footnotes
Add accessibility check and relevant test for a document that has fake footnotes Change-Id: I22682a161a858f45c956660a51849bd18fcee0e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141832 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 77b93378869f..86be8b494c90 100644
--- a/sw/inc/AccessibilityCheckStrings.hrc
+++ b/sw/inc/AccessibilityCheckStrings.hrc
@@ -21,6 +21,7 @@
#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.")
+#define STR_AVOID_FAKE_FOOTNOTES NC_("STR_AVOID_FAKE_FOOTNOTES", "Avoid fake footnotes.")
#define STR_AVOID_ENDNOTES NC_("STR_AVOID_ENDNOTES", "Avoid endnotes.")
#define STR_AVOID_BACKGROUND_IMAGES NC_("STR_AVOID_BACKGROUND_IMAGES", "Avoid background images.")
#define STR_AVOID_NEWLINES_SPACE NC_("STR_AVOID_NEWLINES_SPACE", "Avoid newlines to create space.")