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

Andras Timar andras.timar at collabora.com
Wed Dec 10 12:19:00 PST 2014


 formula/source/core/resource/core_resource.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f6ef20b046c485c89fb25521dec1eb6642aac1ba
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed Dec 10 21:18:27 2014 +0100

    fdo#87203 make translatable AGGREGATE function
    
    Change-Id: Ic376a4e03cafbba65ec78723de188bd627c0ef4f

diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index b6816c7..99b387d 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -2370,7 +2370,7 @@ Resource RID_STRLIST_FUNCTION_NAMES
     };
     String SC_OPCODE_AGGREGATE
     {
-        Text = "AGGREGATE" ;
+        Text [ en-US ] = "AGGREGATE" ;
     };
     String SC_OPCODE_T_TEST
     {


More information about the Libreoffice-commits mailing list