summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/scstring.src
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-10-30 00:49:37 +0100
committerEike Rathke <erack@redhat.com>2013-10-30 01:27:59 +0100
commitbc131959ad0cd58262859a11af1977e47d62cb32 (patch)
treee641f2b22d03f94a8cc216343f29889052698a37 /sc/source/ui/src/scstring.src
parent4eb1aa5b773110f66666d5aecf7d0df27c305c66 (diff)
STR_VALERR had no place in globstr, moved to scstring SCSTR_VALERR
Change-Id: I311918aaacc8b0de32af5bd7fd7e5be146d977e2
Diffstat (limited to 'sc/source/ui/src/scstring.src')
-rw-r--r--sc/source/ui/src/scstring.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index c42c8dffc397..fda6bd8d693c 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -859,4 +859,10 @@ StringArray SCSTR_UNIT
< "Point" ; FUNIT_POINT ; > ;
};
};
+
+String SCSTR_VALERR
+{
+ Text [ en-US ] = "Invalid value" ;
+};
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */