diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2012-07-24 00:00:02 +0200 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-07-24 10:35:07 +0400 |
commit | b0a727729d909fc26898dd0fd29a81834111a147 (patch) | |
tree | 886019603def6bc201b0fc71f6aeb6d74238e033 /starmath | |
parent | 01ee7955fe6d0e25c325717fe7d5dbd56e28983c (diff) |
Correction of context menu entry for Math arccot function
Change-Id: Ie44783111553d99bc70db81b7b0a31d3b72b254a
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/commands.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src index 2b8d9e74da41..49ebf4f56a21 100644 --- a/starmath/source/commands.src +++ b/starmath/source/commands.src @@ -864,7 +864,7 @@ Menu RID_COMMANDMENU { Identifier = RID_ARCCOTX; HelpId = HID_SMA_ARCCOTX; - Text = "arcot(x)"; + Text = "arccot(x)"; }; MenuItem { |