[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - sc/source

Kohei Yoshida kohei.yoshida at collabora.com
Wed Mar 19 17:08:28 PDT 2014


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

New commits:
commit db356b1148c3bfd98ef5e54bcef1223f714f6acc
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
    (cherry picked from commit f277f8eca83475f7bb1d95c75d5de53ad4d26578)

diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index ee64094..a408cb0 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -2068,12 +2068,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