diff options
author | Jürgen Schmidt <jsc@apache.org> | 2013-06-20 08:34:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-20 12:15:28 +0100 |
commit | 647ad63f9f598a92bbd62aaa76f703a50bd63bc3 (patch) | |
tree | b78cf6ca34f805911d1b5312a283a85b4ca3d246 /xmlsecurity | |
parent | dde5dbdef56b76c296d7d70120b905d2716fa9b0 (diff) |
Resolves: #i122564# correct typo, save -> safe
(cherry picked from commit 1aedcb86f08affb4265539418d4cde377c4de80c)
Change-Id: I6af85ddfafa1fe1577fd43431a08d62e9c2a5a52
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/dialogs/warnings.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/dialogs/warnings.src b/xmlsecurity/source/dialogs/warnings.src index 2ba45b017a90..8ae7d042108d 100644 --- a/xmlsecurity/source/dialogs/warnings.src +++ b/xmlsecurity/source/dialogs/warnings.src @@ -71,7 +71,7 @@ ModalDialog RID_XMLSECTP_MACROWARN Pos = MAP_APPFONT( MW_COL_1, MW_ROW_3 ); Size = MAP_APPFONT( MW_COL_4-MW_COL_1, RSC_CD_FIXEDTEXT_HEIGHT ); Wordbreak = TRUE; - Text [ en-US ] = "Macros may contain viruses. Disabling macros for a document is always save. If you disable macros you may lose functionality provided by the document macros."; + Text [ en-US ] = "Macros may contain viruses. Disabling macros for a document is always safe. If you disable macros you may lose functionality provided by the document macros."; }; CheckBox CB_ALWAYSTRUST { |