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

Joren De Cuyper joren.libreoffice at telenet.be
Wed Apr 10 21:20:55 PDT 2013


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

New commits:
commit d06180200195d4c20a58d989f9d2c16cb1989688
Author: Joren De Cuyper <joren.libreoffice at telenet.be>
Date:   Tue Apr 9 17:17:36 2013 +0200

    fdo#63290 UI: Goal Seek - incorrect term "current cell"
    
    Change-Id: I0542d9918d9dbbfdc002b7fadec1bb461cbd2831
    Reviewed-on: https://gerrit.libreoffice.org/3291
    Reviewed-by: David Tardon <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 036f6a5..2973240 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -447,11 +447,11 @@ Resource RID_GLOBSTR
     };
     String STR_MSSG_SOLVE_1
     {
-        Text [ en-US ] = "Insert result (" ;
+        Text [ en-US ] = "Result (" ;
     };
     String STR_MSSG_SOLVE_2
     {
-        Text [ en-US ] = ") into current cell?" ;
+        Text [ en-US ] = "). Apply setting to spreadsheet?" ;
     };
     String STR_MSSG_SOLVE_3
     {


More information about the Libreoffice-commits mailing list