diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-01-20 14:19:29 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2014-01-20 14:22:22 +0200 |
commit | 224da771d3736a021df15e32c23d2fa585c433ed (patch) | |
tree | e8733af50eafc109a15a9e95c51e363ae6729b39 /starmath/source | |
parent | 269af0448130df8b816cf868a1fe4490252cb713 (diff) |
Remove space before percent sign
Seems to be merge artifacts in 260df50ae67e0d9f9d80e0686e6a12903c53c130.
Otherwise, I really like how Caolán implemented this in a proper,
per-locale way. Caolán, you rock!
Change-Id: I42e70b240fdf013316ad282e70b8e42eec8225a8
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/smres.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src index 0bebacab2330..0907229d4912 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -303,19 +303,19 @@ Menu RID_VIEWMENU { Identifier = SID_ZOOM_50_PERCENT; HelpId = CMD_SID_VIEW050 ; - Text [ en-US ] = "~View 50 %" ; + Text [ en-US ] = "~View 50%" ; }; MenuItem { Identifier = SID_ZOOM_100_PERCENT ; HelpId = CMD_SID_VIEW100 ; - Text [ en-US ] = "View ~100 %" ; + Text [ en-US ] = "View ~100%" ; }; MenuItem { Identifier = SID_ZOOM_200_PERCENT ; HelpId = CMD_SID_VIEW200 ; - Text [ en-US ] = "View ~200 %" ; + Text [ en-US ] = "View ~200%" ; }; MenuItem { |