[Libreoffice-commits] core.git: starmath/source svx/source

Khaled Hosny khaledhosny at eglug.org
Mon Jan 20 04:23:55 PST 2014


 starmath/source/smres.src                     |    6 +++---
 svx/source/sidebar/area/AreaPropertyPanel.src |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 224da771d3736a021df15e32c23d2fa585c433ed
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Mon Jan 20 14:19:29 2014 +0200

    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

diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index 0bebaca..0907229 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
         {
diff --git a/svx/source/sidebar/area/AreaPropertyPanel.src b/svx/source/sidebar/area/AreaPropertyPanel.src
index 812acfe..77bb6cb 100644
--- a/svx/source/sidebar/area/AreaPropertyPanel.src
+++ b/svx/source/sidebar/area/AreaPropertyPanel.src
@@ -78,7 +78,7 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR
         Border = TRUE ;
         Size = MAP_APPFONT ( CONTROL_WIDTH , MBOX_HEIGHT ) ;
         HelpID = HID_PPROPERTYPANEL_AREA_MTR_TRGR_CENTER_X ;
-        QuickHelpText [ en-US ] = "Specify the horizontal offset percentage from the center for the gradient shading style. 50 % is the horizontal center." ;
+        QuickHelpText [ en-US ] = "Specify the horizontal offset percentage from the center for the gradient shading style. 50% is the horizontal center." ;
         TabStop = TRUE ;
         Repeat = TRUE ;
         Spin = TRUE ;
@@ -98,7 +98,7 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR
         Border = TRUE ;
         Size = MAP_APPFONT ( CONTROL_WIDTH , MBOX_HEIGHT ) ;
         HelpID = HID_PPROPERTYPANEL_AREA_MTR_TRGR_CENTER_Y ;
-        QuickHelpText [ en-US ] = "Specify the vertical offset percentage from the center for the gradient shading style.  50 % is the vertical center." ;
+        QuickHelpText [ en-US ] = "Specify the vertical offset percentage from the center for the gradient shading style.  50% is the vertical center." ;
         TabStop = TRUE ;
         Repeat = TRUE ;
         Spin = TRUE ;
@@ -138,7 +138,7 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR
         Border = TRUE ;
         Size = MAP_APPFONT ( CONTROL_WIDTH , MBOX_HEIGHT ) ;
         HelpID = HID_PPROPERTYPANEL_AREA_MTR_TRGR_SVALUE ;
-        QuickHelpText [ en-US ] = "Enter a transparency value for the beginning point of the gradient, where 0% is fully opaque and 100 % is fully transparent." ;
+        QuickHelpText [ en-US ] = "Enter a transparency value for the beginning point of the gradient, where 0% is fully opaque and 100% is fully transparent." ;
         TabStop = TRUE ;
         Repeat = TRUE ;
         Spin = TRUE ;
@@ -158,7 +158,7 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR
         Border = TRUE ;
         Size = MAP_APPFONT ( CONTROL_WIDTH , MBOX_HEIGHT ) ;
         HelpID = HID_PPROPERTYPANEL_AREA_MTR_TRGR_EVALUE ;
-        QuickHelpText [ en-US ] = "Enter a transparency value for the endpoint of the gradient, where 0 % is fully opaque and 100 % is fully transparent." ;
+        QuickHelpText [ en-US ] = "Enter a transparency value for the endpoint of the gradient, where 0% is fully opaque and 100% is fully transparent." ;
         TabStop = TRUE ;
         Repeat = TRUE ;
         Spin = TRUE ;


More information about the Libreoffice-commits mailing list