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 /uui/source/lockfailed.src | |
parent | 335ea1819b08dbefabb5d67445668d4868bb1db0 (diff) |
more untranslatable UI strings
Change-Id: I4c02d7613743a1b11594fd96f6131219afd102ef
Diffstat (limited to 'uui/source/lockfailed.src')
-rw-r--r-- | uui/source/lockfailed.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/lockfailed.src b/uui/source/lockfailed.src index be9f43a31380..2384e43e0ed7 100644 --- a/uui/source/lockfailed.src +++ b/uui/source/lockfailed.src @@ -23,7 +23,7 @@ String STR_LOCKFAILED_TITLE { - Text = "Document Could Not Be Locked"; + Text [ en-US ] = "Document Could Not Be Locked"; }; String STR_LOCKFAILED_MSG { @@ -31,7 +31,7 @@ String STR_LOCKFAILED_MSG }; String STR_LOCKFAILED_DONTSHOWAGAIN { - Text = "~Do not show this message again"; + Text [ en-US ] = "~Do not show this message again"; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |