diff options
-rw-r--r-- | formula/source/core/resource/core_resource.src | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index e42a06db4f4f..aab02c63c9e0 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -848,19 +848,19 @@ Resource RID_STRLIST_FUNCTION_NAMES }; String SC_OPCODE_COSECANT { - Text = "CSC" ; + Text [ en-US ] = "CSC" ; }; String SC_OPCODE_SECANT { - Text = "SEC" ; + Text [ en-US ] = "SEC" ; }; String SC_OPCODE_COSECANT_HYP { - Text = "CSCH" ; + Text [ en-US ] = "CSCH" ; }; String SC_OPCODE_SECANT_HYP { - Text = "SECH" ; + Text [ en-US ] = "SECH" ; }; String SC_OPCODE_EXP { |