diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-02-26 12:50:50 +0900 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-02-26 09:45:14 +0000 |
commit | 5822c126b9741dd009031f7ac61fda46568cf630 (patch) | |
tree | 7c1e1cdefdf2bc5f23e215551790e5f2be3ab2fa | |
parent | 945e8c4f5a377d328afdafe1410609a3ad1e7425 (diff) |
starmath: drop a lurking space in the tooltip
Change-Id: I1fb80f10098eee414514e95ddd069d772beadca1
Reviewed-on: https://gerrit.libreoffice.org/14651
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | starmath/source/toolbox.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/toolbox.src b/starmath/source/toolbox.src index 1ce7fd64ac41..648b8c288efd 100644 --- a/starmath/source/toolbox.src +++ b/starmath/source/toolbox.src @@ -80,7 +80,7 @@ { Identifier = RID_XCDOTY ; HelpId = HID_SMA_XCDOTY ; - Text [ en-US ] = "Multiplication (Dot )" ; + Text [ en-US ] = "Multiplication (Dot)" ; }; ToolBoxItem { |