starmath/source/commands.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6984fd5a756f1e01e94da14f01df5a0e20791630 Author: Takeshi Abe <[email protected]> Date: Fri Nov 4 12:21:04 2016 +0900 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 <[email protected]> Reviewed-by: Takeshi Abe <[email protected]> diff --git a/starmath/source/commands.src b/starmath/source/commands.src index f28d067..0df9c4e 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" ; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
