summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2014-01-13 15:52:23 +0100
committerEike Rathke <erack@redhat.com>2014-01-30 13:03:20 +0000
commita750bb73502cc74980d1bd4e3cbabf6214c65c0d (patch)
treec1bcb9f0cd95e25f9fe20f01b9ca979ae10128a6
parent7cd53eeb7fa56f248c8189c14da25da6afa9e4cb (diff)
fdo#71810 make argument names consistent with Gnumeric and Excel
Using "Number" as name for both argument 1 and 2 can be confusing, too. Change-Id: I9fcc7cdfd32b0549a8df9d32c03f4207c040401c Reviewed-on: https://gerrit.libreoffice.org/7408 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
-rw-r--r--sc/source/ui/src/scfuncs.src12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index ac97442eac4f..45fe3d2dd076 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -11321,7 +11321,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
};
String 2 // Name of Parameter 1
{
- Text [ en-US ] = "Number" ;
+ Text [ en-US ] = "Number1" ;
};
String 3 // Description of Parameter 1
{
@@ -11329,7 +11329,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
};
String 4 // Name of Parameter 2
{
- Text [ en-US ] = "Number" ;
+ Text [ en-US ] = "Number2" ;
};
String 5 // Description of Parameter 2
{
@@ -11352,7 +11352,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
};
String 2 // Name of Parameter 1
{
- Text [ en-US ] = "Number" ;
+ Text [ en-US ] = "Number1" ;
};
String 3 // Description of Parameter 1
{
@@ -11360,7 +11360,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
};
String 4 // Name of Parameter 2
{
- Text [ en-US ] = "Number" ;
+ Text [ en-US ] = "Number2" ;
};
String 5 // Description of Parameter 2
{
@@ -11383,7 +11383,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
};
String 2 // Name of Parameter 1
{
- Text [ en-US ] = "Number" ;
+ Text [ en-US ] = "Number1" ;
};
String 3 // Description of Parameter 1
{
@@ -11391,7 +11391,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
};
String 4 // Name of Parameter 2
{
- Text [ en-US ] = "Number" ;
+ Text [ en-US ] = "Number2" ;
};
String 5 // Description of Parameter 2
{