summaryrefslogtreecommitdiff
path: root/starmath/source/commands.src
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-02-26 13:51:40 +0900
committerCaolán McNamara <caolanm@redhat.com>2015-02-27 12:09:45 +0000
commit2459936cda33fb0ec7aecad9b8cbde8cd6a84cfb (patch)
treed6dfbbafeb3b28823457efba92d19b7fc39dbab0 /starmath/source/commands.src
parentb05330c64799067ca2e0b8ea8bfdee8ce8b023b2 (diff)
tdf#46343: Add the tensor product operator to "Elements Dock"
This is not exactly what the reporter of the issue requested because this is for "Elements Dock", not for "Elements". However, according to tdf#68871, Elements Dock would be the desired place to be improved. Change-Id: I6806d33f1ea89c7fe7565753f000f7bf747552a5 Reviewed-on: https://gerrit.libreoffice.org/14652 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/commands.src')
-rw-r--r--starmath/source/commands.src4
1 files changed, 4 insertions, 0 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index f758d2d7ad2b..6b8a9576a2d4 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -90,6 +90,10 @@ String RID_XODOTY { Text = "<?> odot <?> " ; };
String RID_XOMINUSY { Text = "<?> ominus <?> " ; };
String RID_XOPLUSY { Text = "<?> oplus <?> " ; };
String RID_XOTIMESY { Text = "<?> otimes <?> " ; };
+String RID_XOTIMESY_HELP
+{
+ Text [ en-US ] = "Tensor Product" ;
+};
String RID_XANDY { Text = "<?> and <?> " ; };
String RID_XANDY_HELP
{