uui/inc/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 55c7c0667b00a2841819ce961284e3e47ea96fce
Author:     Henry Castro <hcas...@collabora.com>
AuthorDate: Wed Sep 27 13:13:21 2023 -0400
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Wed Oct 11 09:53:35 2023 +0200

    sfx2: fix typo
    
    Signed-off-by: Henry Castro <hcas...@collabora.com>
    Change-Id: I73e4890c024a2ab74ea3d4141c63304c167ba4c8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157337
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157751
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/uui/inc/strings.hrc b/uui/inc/strings.hrc
index b6daff517f51..c78beb9efaba 100644
--- a/uui/inc/strings.hrc
+++ b/uui/inc/strings.hrc
@@ -78,6 +78,6 @@
 #define STR_RELOADEDITABLE_TITLE                
NC_("STR_RELOADEDITABLE_TITLE", "Document is now editable")
 #define STR_RELOADEDITABLE_MSG                  NC_("STR_RELOADEDITABLE_MSG", 
"Document file '$(ARG1)' is now editable \n\nReload this document for editing?")
 #define STR_RELOADEDITABLE_BTN                  NC_("STR_RELOADEDITABLE_BTN", 
"~Reload")
-#define STR_LOADREADONLY_MSG                    NC_("STR_LOADREADONLY_MSG", 
"The author would like you to open '$(ARG1)' as read-only unless you need to 
make changes. Open as read-only?.")
+#define STR_LOADREADONLY_MSG                    NC_("STR_LOADREADONLY_MSG", 
"The author would like you to open '$(ARG1)' as read-only unless you need to 
make changes. Open as read-only?")
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Reply via email to