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

Winfried Donkers winfrieddonkers at libreoffice.org
Wed Apr 2 11:43:42 PDT 2014


 formula/source/core/resource/core_resource.src |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f07bdba6c586044ab4249f34d808e394ba6edb3c
Author: Winfried Donkers <winfrieddonkers at libreoffice.org>
Date:   Wed Apr 2 19:59:13 2014 +0200

    fdo#71720 fix transalate strings
    
    Change-Id: I8758e2407f1d3d1e09324b4fe5cc0442f8dda34d
    Reviewed-on: https://gerrit.libreoffice.org/8819
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index e008f6c..4f5b91d 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -1665,15 +1665,15 @@ Resource RID_STRLIST_FUNCTION_NAMES
     };
     String SC_OPCODE_CEIL_MS
     {
-        Text = "CEILING.PRECISE" ;
+        Text [ en-US ] = "CEILING.PRECISE" ;
     };
     String SC_OPCODE_CEIL_ISO
     {
-        Text = "ISO.CEILING" ;
+        Text [ en-US ] = "ISO.CEILING" ;
     };
     String SC_OPCODE_FLOOR_MS
     {
-        Text = "FLOOR.PRECISE" ;
+        Text [ en-US ] = "FLOOR.PRECISE" ;
     };
     String SC_OPCODE_FLOOR
     {


More information about the Libreoffice-commits mailing list