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 /sfx2/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 'sfx2/inc')
-rw-r--r-- | sfx2/inc/dinfdlg.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/dinfdlg.hrc b/sfx2/inc/dinfdlg.hrc index 121bb80c3f8a..b0b72d8685b6 100644 --- a/sfx2/inc/dinfdlg.hrc +++ b/sfx2/inc/dinfdlg.hrc @@ -78,7 +78,7 @@ const std::pair<TranslateId, CustomProperties> SFX_LB_PROPERTY_STRINGARRAY[] = { NC_("SFX_CB_PROPERTY_STRINGARRAY", "Yes or no") , Custom_Type_Boolean } }; -// 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_USERDATA NC_("documentinfopage|extended_tip|userdatacb", "Saves the user's full name with the file. You can edit the name by choosing Tools - Options - %PRODUCTNAME - User Data.") |