summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--formula/source/core/resource/core_resource.src8
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 f7cd137d08a5..b8a5f1250941 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -840,19 +840,19 @@ Resource RID_STRLIST_FUNCTION_NAMES
};
String SC_OPCODE_COSECANT
{
- Text [ en-US ] = "CSC" ;
+ Text = "CSC" ;
};
String SC_OPCODE_SECANT
{
- Text [ en-US ] = "SEC" ;
+ Text = "SEC" ;
};
String SC_OPCODE_COSECANT_HYP
{
- Text [ en-US ] = "CSCH" ;
+ Text = "CSCH" ;
};
String SC_OPCODE_SECANT_HYP
{
- Text [ en-US ] = "SECH" ;
+ Text = "SECH" ;
};
String SC_OPCODE_EXP
{