[Libreoffice-commits] core.git: sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Wed Mar 19 17:07:51 PDT 2014


 sc/source/ui/src/globstr.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f277f8eca83475f7bb1d95c75d5de53ad4d26578
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date:   Wed Mar 19 20:05:02 2014 -0400

    Chnage the wording for empty preview messages.
    
    Change-Id: I90e12d6e2999522ef0d252e1592b8649e8e4560c

diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 9897db3..b55ae11 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";
     };
 };
 


More information about the Libreoffice-commits mailing list