starmath/source/commands.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 239b662753bee4148cac51268cb203c7527036be Author: Takeshi Abe <[email protected]> Date: Fri Nov 4 12:15:06 2016 +0900 tdf#102007 Surround widebslash's placeholders with braces like wideslash's. Change-Id: Icddd563ee64510c0df8bfa8d4a5274a00f60162a Reviewed-on: https://gerrit.libreoffice.org/30555 Tested-by: Jenkins <[email protected]> Reviewed-by: Takeshi Abe <[email protected]> diff --git a/starmath/source/commands.src b/starmath/source/commands.src index 6fb8ba5..f28d067 100644 --- a/starmath/source/commands.src +++ b/starmath/source/commands.src @@ -1063,7 +1063,7 @@ String RID_XWIDESLASHY_HELP { Text [ en-US ] = "Division (wideslash)" ; }; -String RID_XWIDEBSLASHY { Text = "<?> widebslash <?> " ; }; +String RID_XWIDEBSLASHY { Text = "{<?>} widebslash {<?>} " ; }; String RID_XWIDEBSLASHY_HELP { Text [ en-US ] = "Division (counter wideslash)" ; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
