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

New commits:
commit f07bdba6c586044ab4249f34d808e394ba6edb3c
Author: Winfried Donkers <[email protected]>
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 <[email protected]>
    Tested-by: Eike Rathke <[email protected]>

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
     {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to