include/svtools/strings.hrc | 2 +- sc/inc/strings.hrc | 2 +- sfx2/inc/dinfdlg.hrc | 2 +- sw/inc/strings.hrc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 48646ab6d71db8ffa2aae9f54f515d413249809c Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Jun 5 20:16:45 2022 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Mon Jun 6 09:34:24 2022 +0200 Fix typos Change-Id: I36d81be6e591830ee3762a0d43357dbacd68ad93 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135439 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/svtools/strings.hrc b/include/svtools/strings.hrc index ccac89d6809a..22c8c6a3e16f 100644 --- a/include/svtools/strings.hrc +++ b/include/svtools/strings.hrc @@ -271,7 +271,7 @@ #define STR_WARNING_INVALIDJAVASETTINGS_TITLE NC_("STR_WARNING_INVALIDJAVASETTINGS_TITLE", "Select JRE") #define STR_ERROR_JVMCREATIONFAILED_TITLE NC_("STR_ERROR_JVMCREATIONFAILED_TITLE", "JRE is Defective") -// 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_OPTIONS NC_("printersetupdialog|extended_tip|options", "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document.") diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc index 90c1a91e5f8d..5fad14fbc4c1 100644 --- a/sc/inc/strings.hrc +++ b/sc/inc/strings.hrc @@ -382,7 +382,7 @@ #define STR_BORDER_DOUBLE_3 NC_("STR_BORDER_DOUBLE_3", "Medium/Hairline (%s pt)") #define STR_BORDER_DOUBLE_4 NC_("STR_BORDER_DOUBLE_4", "Medium/Medium (%s pt)") -// 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_SORTUSER NC_("sortoptionspage|extended_tip|sortuserlb", "Select the custom sort order that you want to apply. To define a custom sort order, choose Tools - Options - %PRODUCTNAME Calc - Sort Lists.") #define STR_A11Y_DESC_USERDEF NC_("subtotaloptionspage|extended_tip|lbuserdef", "Uses a custom sorting order that you defined in the Options dialog box at %PRODUCTNAME Calc - Sort Lists.") 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.") 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.")
