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 /connectivity | |
parent | 335ea1819b08dbefabb5d67445668d4868bb1db0 (diff) |
more untranslatable UI strings
Change-Id: I4c02d7613743a1b11594fd96f6131219afd102ef
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/resource/conn_shared_res.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/resource/conn_shared_res.src b/connectivity/source/resource/conn_shared_res.src index ad5643654833..23c7db11c634 100644 --- a/connectivity/source/resource/conn_shared_res.src +++ b/connectivity/source/resource/conn_shared_res.src @@ -618,7 +618,7 @@ String STR_NO_DOCUMENTUI }; String STR_ERROR_NEW_VERSION { - Text = "The connection could not be established. The database was created by a newer version of %PRODUCTNAME."; + Text [ en-US ] = "The connection could not be established. The database was created by a newer version of %PRODUCTNAME."; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |