diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-27 15:55:17 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-07-27 15:55:17 +0200 |
commit | 4ed0e085d2a1730f201bf584c22c0a9fe32c98e2 (patch) | |
tree | 77d97281085fe166b1f7878747c9d51eb51d0d80 | |
parent | 49b06312d167ec3c210062ef704f8403abadf058 (diff) |
l10nfixer01: #i113440# fixed resource
-rwxr-xr-x | sfx2/source/dialog/securitypage.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/securitypage.src b/sfx2/source/dialog/securitypage.src index fee60404d01c..ee334234c802 100755 --- a/sfx2/source/dialog/securitypage.src +++ b/sfx2/source/dialog/securitypage.src @@ -79,9 +79,9 @@ TabPage TP_DOCINFOSECURITY Pos = MAP_APPFONT( 12, 48 ); Size = MAP_APPFONT( 236, 3 * RSC_CD_FIXEDTEXT_HEIGHT ); Text [ en-US ] = - "Note: After a password has been set, the document will only open "\ - "with the password. Should you lose the password, there will be "\ - "no way to recover the document. Please also note that this password "\ + "Note: After a password has been set, the document will only open " + "with the password. Should you lose the password, there will be " + "no way to recover the document. Please also note that this password " "is case-sensitive."; WordBreak = TRUE; }; |