summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-06-15 16:39:10 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-15 16:42:08 +0200
commit4f9d125461a238f5c807a654d7351d32ca31074e (patch)
treedb43a603fae2554b134fd42d41bba2e158d1695e /cui/source
parentf5207835163e9e116dc8459a7ed37a7736d5e818 (diff)
more untranslatable UI strings
Change-Id: I4c02d7613743a1b11594fd96f6131219afd102ef (cherry picked from commit 814867c75cd175594b8e60125f248ecbb6647644)
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/dialogs/passwdomdlg.src3
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: */