diff options
author | Eike Rathke <erack@redhat.com> | 2016-06-27 14:46:03 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-06-27 14:49:27 +0200 |
commit | 48f018ea9bb94be0d1485fd2a02957bad962976c (patch) | |
tree | 5fdb89cb9d9425e552f0eb1fa3affb56f867f4d8 /formula | |
parent | 723467bd88a50323ccd2e4046d0a36332c664a66 (diff) |
tdf#100641 change UI name of EFFECTIVE to EFFECT
... to be the same as in other implementations and ODFF and OOXML.
Change-Id: I754283b97e91c5e0f992d878096cf964a1244e04
Diffstat (limited to 'formula')
-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 a1868fa56696..c781fa02df94 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -2144,7 +2144,7 @@ Resource RID_STRLIST_FUNCTION_NAMES }; String SC_OPCODE_EFFECTIVE { - Text [ en-US ] = "EFFECTIVE" ; + Text [ en-US ] = "EFFECT" ; }; String SC_OPCODE_NOMINAL { |