sw/inc/strings.hrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 00a4e1afd48940011def4035a4d679e939c5e5d6 Author: Adolfo Jayme Barrientos <[email protected]> AuthorDate: Sat Jun 17 19:18:17 2023 -0600 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Tue Jun 20 17:03:11 2023 +0200 Remove German capitalization from some translatable strings Change-Id: I74f886c651ea7973cc60e3771f2de6eaa449fe4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153225 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 38ae2f61bff9..5b9cee6aec45 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -1469,9 +1469,9 @@ // 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.") -#define STR_A11Y_DESIGN_MODE_TITLE NC_("STR_A11Y_DESIGN_MODE_TITLE", "The Forms are not editable") -#define STR_A11Y_DESIGN_MODE_PRIMARY NC_("STR_A11Y_DESIGN_MODE_PRIMARY", "Would you like to switch to Design mode?") -#define STR_A11Y_DESIGN_MODE_SECONDARY NC_("STR_A11Y_DESIGN_MODE_SECONDARY", "You need to switch to design mode to edit Forms.") +#define STR_A11Y_DESIGN_MODE_TITLE NC_("STR_A11Y_DESIGN_MODE_TITLE", "The forms are not editable") +#define STR_A11Y_DESIGN_MODE_PRIMARY NC_("STR_A11Y_DESIGN_MODE_PRIMARY", "Would you like to switch to design mode?") +#define STR_A11Y_DESIGN_MODE_SECONDARY NC_("STR_A11Y_DESIGN_MODE_SECONDARY", "You need to switch to design mode to edit forms.") #define STR_MARK_COPY NC_("STR_MARK_COPY", "%1 Copy ")
