diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-11-04 12:21:04 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-11-05 02:00:09 +0000 |
commit | 6984fd5a756f1e01e94da14f01df5a0e20791630 (patch) | |
tree | 6b247bc67975b00185de3e1bea25377525fe8c39 /starmath/source | |
parent | 239b662753bee4148cac51268cb203c7527036be (diff) |
tdf#102008 Drop whitespace between "fact" and brace
for consistency with "abs{<?>}", "sqrt{<?>}", etc.
Change-Id: I53106d6daf99f72f1a064bc6f5e0fe4dab55cc02
Reviewed-on: https://gerrit.libreoffice.org/30556
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/source')
-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 f28d067a500c..0df9c4e1cbe5 100644 --- a/starmath/source/commands.src +++ b/starmath/source/commands.src @@ -277,7 +277,7 @@ String RID_ABSX_HELP { Text [ en-US ] = "Absolute Value" ; }; -String RID_FACTX { Text = "fact {<?>} " ; }; +String RID_FACTX { Text = "fact{<?>} " ; }; String RID_FACTX_HELP { Text [ en-US ] = "Factorial" ; |