diff options
author | Henry Castro <hcastro@collabora.com> | 2023-09-27 13:13:21 -0400 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-11 09:53:35 +0200 |
commit | 55c7c0667b00a2841819ce961284e3e47ea96fce (patch) | |
tree | c87a898c669712502ffc5f6f1b3abd9a6da6b8b2 /uui | |
parent | 6b9378154f9b504b9e924fe4565df444786e7d73 (diff) |
sfx2: fix typo
Signed-off-by: Henry Castro <hcastro@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.mcnamara@collabora.com>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
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: */ |