summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-07-13 19:07:02 +0200
committerEike Rathke <erack@redhat.com>2015-07-13 19:51:47 +0200
commitffebdead5445dffd60fb09382e69701d8a06cfc8 (patch)
tree1435a6e497d2218438f32d29734f5e04b514ddf7 /sc/source/ui/src
parent107a4740f63860f0901f51217b16cefa62a827ac (diff)
Resolves: tdf#92709 conditional formats are applied to ranges, not expressions
Hence we need a separate string as header in the dialog. Unfortunately I did not see this when applying 0cf38e7d0c5d2b67dca828aae1797bff58b6c5fe Change-Id: Ib60cef29e663e71a25849df1d5a926f0e871bb8b
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/globstr.src6
1 files changed, 5 insertions, 1 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 0ce65a8a0860..8ebb2c6fd710 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -1772,7 +1772,7 @@ Resource RID_GLOBSTR
{
Text [en-US] = "Name";
};
- String STR_HEADER_RANGE
+ String STR_HEADER_RANGE_OR_EXPR
{
Text [en-US] = "Range or formula expression";
};
@@ -1804,6 +1804,10 @@ Resource RID_GLOBSTR
{
Text [ en-US ] = "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss.";
};
+ String STR_HEADER_RANGE
+ {
+ Text [en-US] = "Range";
+ };
String STR_HEADER_COND
{
Text [ en-US ] = "First Condition";