summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-03-19 20:05:02 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-03-19 20:06:16 -0400
commitf277f8eca83475f7bb1d95c75d5de53ad4d26578 (patch)
tree1485d3087aece83d14ad150a0150e7c777a93073 /sc/source/ui
parent9040ef49f0b2886a51630878c06b2fb9cf94b927 (diff)
Chnage the wording for empty preview messages.
Change-Id: I90e12d6e2999522ef0d252e1592b8649e8e4560c
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/src/globstr.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 9897db3a98a0..b55ae11d1db6 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -2064,12 +2064,12 @@ Resource RID_GLOBSTR
String STR_PRINT_PREVIEW_NODATA
{
- Text [ en-US ] = "Empty Content";
+ Text [ en-US ] = "No Data";
};
String STR_PRINT_PREVIEW_EMPTY_RANGE
{
- Text [ en-US ] = "Empty Print Range";
+ Text [ en-US ] = "Print Range Empty";
};
};