[PATCH] fdo#63290 UI: Goal Seek - incorrect term "current cell"

Joren De Cuyper (via Code Review) gerrit at gerrit.libreoffice.org
Tue Apr 9 08:18:24 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3291

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/91/3291/1

fdo#63290 UI: Goal Seek - incorrect term "current cell"

Change-Id: I0542d9918d9dbbfdc002b7fadec1bb461cbd2831
---
M sc/source/ui/src/globstr.src
1 file changed, 2 insertions(+), 2 deletions(-)



diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 06d1170..d042e38 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -447,11 +447,11 @@
     };
     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
     {

-- 
To view, visit https://gerrit.libreoffice.org/3291
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0542d9918d9dbbfdc002b7fadec1bb461cbd2831
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper <joren.libreoffice at telenet.be>



More information about the LibreOffice mailing list