summaryrefslogtreecommitdiff
path: root/cui
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-08-06 12:22:44 +0200
commit8e21247c44bde7f86a6287abe0872782219fb287 (patch)
tree3a30427812a151395f0dbf4904e6aafd83c58d52 /cui
parent386dbe4b04bf6ce4f17e5302a9b2970dfeb55767 (diff)
more untranslatable UI strings
Change-Id: I4c02d7613743a1b11594fd96f6131219afd102ef (cherry picked from commit 814867c75cd175594b8e60125f248ecbb6647644)
Diffstat (limited to 'cui')
-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: */