uui/inc/strings.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6a6d72658b6070a2a07ae7a21a2d92e305f6bebe Author: Henry Castro <[email protected]> AuthorDate: Wed Sep 27 13:13:21 2023 -0400 Commit: Henry Castro <[email protected]> CommitDate: Wed Sep 27 19:19:45 2023 +0200 sfx2: fix typo Signed-off-by: Henry Castro <[email protected]> Change-Id: I73e4890c024a2ab74ea3d4141c63304c167ba4c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157337 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: */
