sc/source/ui/src/scfuncs.src | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit a750bb73502cc74980d1bd4e3cbabf6214c65c0d Author: Winfried Donkers <winfrieddonk...@libreoffice.org> Date: Mon Jan 13 15:52:23 2014 +0100 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 <er...@redhat.com> Tested-by: Eike Rathke <er...@redhat.com> diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index ac97442..45fe3d2 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 { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits