diff options
author | Joren De Cuyper <joren.libreoffice@telenet.be> | 2013-04-09 17:17:36 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-11 04:20:36 +0000 |
commit | d06180200195d4c20a58d989f9d2c16cb1989688 (patch) | |
tree | 4c97b8ed45c423a7e97383c0a750c9bb69698803 /sc/source/ui/src/globstr.src | |
parent | 7fdf4e84e13feb5b94060dc830cfa95ac9795ea1 (diff) |
fdo#63290 UI: Goal Seek - incorrect term "current cell"
Change-Id: I0542d9918d9dbbfdc002b7fadec1bb461cbd2831
Reviewed-on: https://gerrit.libreoffice.org/3291
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'sc/source/ui/src/globstr.src')
-rw-r--r-- | sc/source/ui/src/globstr.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src index 036f6a5f8711..297324000b02 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 { |