summaryrefslogtreecommitdiffstats
path: root/uui/source/passworddlg.src
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-03-03 16:36:43 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-03-03 16:36:43 +0100
commit5f4789aa21fb16982d4e744d6eb1f2198f36154e (patch)
tree9207bffd98b57f3f60b697cc867b8deabba06fb2 /uui/source/passworddlg.src
parentCWS-TOOLING: integrate CWS l10ntools (diff)
downloadcore-5f4789aa21fb16982d4e744d6eb1f2198f36154e.tar.gz
core-5f4789aa21fb16982d4e744d6eb1f2198f36154e.zip
#109634# password to modify dialog
Diffstat (limited to 'uui/source/passworddlg.src')
-rwxr-xr-x[-rw-r--r--]uui/source/passworddlg.src12
1 files changed, 11 insertions, 1 deletions
diff --git a/uui/source/passworddlg.src b/uui/source/passworddlg.src
index c9b8dfe0847e..682d8921cf5b 100644..100755
--- a/uui/source/passworddlg.src
+++ b/uui/source/passworddlg.src
@@ -46,11 +46,11 @@ ModalDialog DLG_UUI_PASSWORD
SVLook = TRUE ;
Size = MAP_APPFONT( 145, 75 );
Text [ en-US ] = "Enter password";
+
FixedText FT_PASSWORD
{
Pos = MAP_APPFONT( 3, 4 );
Size = MAP_APPFONT( 139, 28 );
- Text [ en-US ] = "Enter password to open file: \n";
WordBreak = TRUE;
};
@@ -87,5 +87,15 @@ ModalDialog DLG_UUI_PASSWORD
Pos = MAP_APPFONT( 0, 50 );
Size = MAP_APPFONT( 145, 6 );
};
+
+ String STR_ENTER_PASSWORD_TO_OPEN
+ {
+ Text [ en-US ] = "Enter password to open file: \n";
+ };
+
+ String STR_ENTER_PASSWORD_TO_MODIFY
+ {
+ Text [ en-US ] = "Enter password to modify file: \n";
+ };
};