[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sw/source
Miklos Vajna
vmiklos at kemper.freedesktop.org
Tue Jan 25 17:23:41 PST 2011
sw/source/ui/dialog/wordcountdialog.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 60fc5e3665587389888e83c8970f1f216a72efbc
Author: Andras Timar <timar at fsf.hu>
Date: Tue Jan 25 21:14:53 2011 +0100
translations need more space on word count dialog
diff --git a/sw/source/ui/dialog/wordcountdialog.src b/sw/source/ui/dialog/wordcountdialog.src
index 359d95e..f73cac2 100644
--- a/sw/source/ui/dialog/wordcountdialog.src
+++ b/sw/source/ui/dialog/wordcountdialog.src
@@ -69,7 +69,7 @@ ModalDialog DLG_WORDCOUNT
FixedText FT_CURRENTCHARACTEREXCLUDINGSPACES
{
Pos = MAP_APPFONT ( 12 , 38 ) ;
- Size = MAP_APPFONT ( 80 , 8 ) ;
+ Size = MAP_APPFONT ( 98 , 8 ) ;
Text [ en-US ] = "Characters excluding spaces:";
};
FixedText FI_CURRENTCHARACTEREXCLUDINGSPACES
@@ -111,7 +111,7 @@ ModalDialog DLG_WORDCOUNT
FixedText FT_DOCCHARACTEREXCLUDINGSPACES
{
Pos = MAP_APPFONT ( 12 , 87 ) ;
- Size = MAP_APPFONT ( 80 , 8 ) ;
+ Size = MAP_APPFONT ( 98 , 8 ) ;
Text [ en-US ] = "Characters excluding spaces:";
};
FixedText FI_DOCCHARACTEREXCLUDINGSPACES
More information about the Libreoffice-commits
mailing list