diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-06-15 16:39:10 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-15 16:40:00 +0200 |
commit | 814867c75cd175594b8e60125f248ecbb6647644 (patch) | |
tree | c65f67d1fe21e7963144e62cb6a96e105662dd48 /cui | |
parent | 335ea1819b08dbefabb5d67445668d4868bb1db0 (diff) |
more untranslatable UI strings
Change-Id: I4c02d7613743a1b11594fd96f6131219afd102ef
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/passwdomdlg.src | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/dialogs/passwdomdlg.src b/cui/source/dialogs/passwdomdlg.src index 8ea1c09435d1..b0953c876ccd 100644 --- a/cui/source/dialogs/passwdomdlg.src +++ b/cui/source/dialogs/passwdomdlg.src @@ -39,10 +39,9 @@ String RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON Text [ en-US ] = "Please enter a password to open or to modify, or check the open read-only option to continue." ; }; -// this missing string was detected late - so for 3.4 we just add an english string String RID_SVXSTR_INVALID_STATE_FOR_OK_BUTTON_V2 { - Text = "Set the password by entering the same password in both boxes." ; + Text [ en-US ] = "Set the password by entering the same password in both boxes." ; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |