sw/inc/strings.hrc |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit a9e819430702e89454ef7af0c1019ba8e2617903
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Sat Jun 17 19:18:17 2023 -0600
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Tue Jun 20 17:03:02 2023 +0200

    Remove German capitalization from some translatable strings
    
    Change-Id: I74f886c651ea7973cc60e3771f2de6eaa449fe4c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153231
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 97d216e7ba83..99cbc47b55b3 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -1470,9 +1470,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 ")
 

Reply via email to