diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-06-05 20:16:45 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-06-06 09:34:24 +0200 |
commit | 48646ab6d71db8ffa2aae9f54f515d413249809c (patch) | |
tree | cb8ec9d551a1fa8e2f113fd024b430be64ca1469 /sw/inc | |
parent | 365ac1c068578fdc5a84d54cefe0c7fd0324aa71 (diff) |
Fix typos
Change-Id: I36d81be6e591830ee3762a0d43357dbacd68ad93
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135439
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index ab0b0b77d62c..130004c6f338 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -1433,7 +1433,7 @@ #define STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER NC_("STR_DROPDOWN_CONTENT_CONTROL_PLACEHOLDER", "Choose an item") #define STR_DATE_CONTENT_CONTROL_PLACEHOLDER NC_("STR_DATE_CONTENT_CONTROL_PLACEHOLDER", "Choose a date") -// acccessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs +// accessibility descriptions that use %PRODUCTNAME, we set these explicitly because querying a11y descs // in order to change %PRODUCTNAME at runtime is expensive, so limit doing that as much as possible. #define STR_A11Y_DESC_AUTO NC_("insertcaption|extended_tip|auto", "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box.") |