[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source
Jürgen Schmidt
jsc at apache.org
Wed Feb 5 08:08:31 PST 2014
svx/source/dialog/docrecovery.src | 2 +-
svx/source/sidebar/area/AreaPropertyPanel.src | 4 ++--
svx/source/svdraw/svdstr.src | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit a845d71360fc3cd0205d554964c4fd9fe87f0f8a
Author: Jürgen Schmidt <jsc at apache.org>
Date: Wed Feb 5 14:06:17 2014 +0000
#123116# correct spelling errors
Patch By: Aivaras Stepukonis
Review By: jsc
diff --git a/svx/source/dialog/docrecovery.src b/svx/source/dialog/docrecovery.src
index f5049e8..bce8079 100644
--- a/svx/source/dialog/docrecovery.src
+++ b/svx/source/dialog/docrecovery.src
@@ -152,7 +152,7 @@ TabPage RID_SVXPAGE_DOCRECOVERY_RECOVER
Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT );
WordBreak = TRUE;
- Text[ en-US ] = "Press 'Start Recovery' to start the recovery process of the documents listed below.\n\nThe 'Status' column shows whether the document could be recovered.";
+ Text[ en-US ] = "Press 'Start Recovery' to start the recovery process of the documents listed below.\n\nThe 'Status' column shows whether the document can be recovered.";
};
FixedText FT_RECOV_PROGR
{
diff --git a/svx/source/sidebar/area/AreaPropertyPanel.src b/svx/source/sidebar/area/AreaPropertyPanel.src
index 5d31457..5ba9dc8 100644
--- a/svx/source/sidebar/area/AreaPropertyPanel.src
+++ b/svx/source/sidebar/area/AreaPropertyPanel.src
@@ -144,7 +144,7 @@ Control RID_SIDEBAR_AREA_PANEL
Border = TRUE ;
Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL , SECTIONPAGE_MARGIN_VERTICAL_TOP + 2*(FIXED_TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL) + CBOX_HEIGHT + CONTROL_SPACING_VERTICAL ) ;
Size = MAP_APPFONT ( MBOX_WIDTH , LISTBOX_HEIGHT ) ;
- QuickHelpText [ en-US ] = "Select the type of transparence to apply." ;
+ QuickHelpText [ en-US ] = "Select the type of transparency to apply." ;
TabStop = TRUE ;
DropDown = TRUE ;
HelpID = HID_PPROPERTYPANEL_AREA_LB_TRGR_TYPES ;
@@ -325,7 +325,7 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR
Border = TRUE ;
Size = MAP_APPFONT ( CONTROL_WIDTH , MBOX_HEIGHT ) ;
HelpID = HID_PPROPERTYPANEL_AREA_MTR_TRGR_BORDER ;
- QuickHelpText [ en-US ] = "Specify the border value of gradient transparence." ;
+ QuickHelpText [ en-US ] = "Specify the border value of gradient transparency." ;
TabStop = TRUE ;
Repeat = TRUE ;
Spin = TRUE ;
diff --git a/svx/source/svdraw/svdstr.src b/svx/source/svdraw/svdstr.src
index ddfda90..25a668c 100644
--- a/svx/source/svdraw/svdstr.src
+++ b/svx/source/svdraw/svdstr.src
@@ -2337,7 +2337,7 @@ String SIP_SA_MEASUREDECIMALPLACES
String SIP_SA_MEASURERESERVE05
{
- Text [ en-US ] = "Dimensioning reserved 5";
+ Text [ en-US ] = "Dimensioning reserved for 5";
};
String SIP_SA_MEASURERESERVE06
More information about the Libreoffice-commits
mailing list