summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuires.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-04 11:31:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-04 12:49:27 +0100
commit77407d7ad0cece76eed9e7767765b12229e6449d (patch)
tree2d03934bd883b64567d8f6a5f9e4630f4ba94a64 /cui/source/dialogs/cuires.src
parentc5850f4b25d2b735ea59bb0ac8c2bc58527ac17e (diff)
convert thesaurus dialog to .ui format
Change-Id: I58c128b78f19b1141b82c2cecb37ed390a5db82b
Diffstat (limited to 'cui/source/dialogs/cuires.src')
-rw-r--r--cui/source/dialogs/cuires.src17
1 files changed, 17 insertions, 0 deletions
diff --git a/cui/source/dialogs/cuires.src b/cui/source/dialogs/cuires.src
new file mode 100644
index 000000000000..6b7e8fc1aab5
--- /dev/null
+++ b/cui/source/dialogs/cuires.src
@@ -0,0 +1,17 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#include "cuires.hrc"
+
+String RID_SVXSTR_ERR_TEXTNOTFOUND
+{
+ Text [ en-US ] = "No alternatives found." ;
+};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */