diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-12-10 21:18:27 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-12-10 21:18:27 +0100 |
commit | f6ef20b046c485c89fb25521dec1eb6642aac1ba (patch) | |
tree | 1deef37855af49ac7d8ff63f4e81369cca22290a /formula/source | |
parent | c2c0989794d5a4724da8b8880559764bffd059ec (diff) |
fdo#87203 make translatable AGGREGATE function
Change-Id: Ic376a4e03cafbba65ec78723de188bd627c0ef4f
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/core/resource/core_resource.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index b6816c78e587..99b387dcaa02 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 { |