diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-26 17:41:29 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-26 17:41:29 +0100 |
commit | 98c81b0f6cbeb3322bd325390f0a9ec068956f2e (patch) | |
tree | b8071b3ef1fe046b46fc3d4fdd569412a30bf962 /uui | |
parent | a822b5571761174e94563f53c8e55abf79c9f0b2 (diff) | |
parent | c18e25b533b12d73ae8bc58564f9eda45c26e3b1 (diff) |
merge commit for m62
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/ids.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/ids.src b/uui/source/ids.src index cb011f27a7c0..fc82161bbb81 100644 --- a/uui/source/ids.src +++ b/uui/source/ids.src @@ -45,12 +45,12 @@ String RID_SAVE_PASSWORD }; -String( STR_WARNING_BROKENSIGNATURE_TITLE ) +String STR_WARNING_BROKENSIGNATURE_TITLE { Text [ en-US ] = "Invalid Document Signature" ; }; -String( STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE ) +String STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE { Text [ en-US ] = "Non-Encrypted Streams" ; }; |