[Libreoffice-commits] .: sc/source sw/source

Andras Timar timar at kemper.freedesktop.org
Thu Nov 17 10:00:46 PST 2011


 sc/source/ui/miscdlgs/retypepassdlg.src |    2 +-
 sc/source/ui/src/scstring.src           |    4 ++--
 sw/source/ui/chrdlg/chrdlg.src          |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 538c8cfc3f1df95cde6789f52a120c8de0a75511
Author: Lior Kaplan <kaplanlior at gmail.com>
Date:   Thu Nov 17 19:04:13 2011 +0200

    Remove double space in strings (looks bad in pootle)

diff --git a/sc/source/ui/miscdlgs/retypepassdlg.src b/sc/source/ui/miscdlgs/retypepassdlg.src
index 0c9f11e..714f1fe 100644
--- a/sc/source/ui/miscdlgs/retypepassdlg.src
+++ b/sc/source/ui/miscdlgs/retypepassdlg.src
@@ -61,7 +61,7 @@ ModalDialog RID_SCDLG_RETYPEPASS
 
         WordBreak = TRUE ;
 
-        Text [ en-US ] = "The document you are about to export has one or more protected items with password that cannot be exported.  Please re-type your password to be able to export your document." ;
+        Text [ en-US ] = "The document you are about to export has one or more protected items with password that cannot be exported. Please re-type your password to be able to export your document." ;
     };
 
     FixedLine FL_DOCUMENT
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index c70d902..c770dfe 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -817,10 +817,10 @@ String SCSTR_WARN_ME_IN_FUTURE_CHECK
 
 String SCSTR_DDEDOC_NOT_LOADED
 {
-    Text [ en-US ] = "The following DDE source could not be updated possibly because the source document was not open.  Please launch the source document and try again." ;
+    Text [ en-US ] = "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again." ;
 };
 
 String SCSTR_EXTDOC_NOT_LOADED
 {
-    Text [ en-US ] = "The following external file could not be loaded.  Data linked from this file did not get updated." ;
+    Text [ en-US ] = "The following external file could not be loaded. Data linked from this file did not get updated." ;
 };
diff --git a/sw/source/ui/chrdlg/chrdlg.src b/sw/source/ui/chrdlg/chrdlg.src
index b3c8ff6..7e3bac8 100644
--- a/sw/source/ui/chrdlg/chrdlg.src
+++ b/sw/source/ui/chrdlg/chrdlg.src
@@ -42,7 +42,7 @@ InfoBox MSG_ILLEGAL_PAGENUM
 {
     BUTTONS = WB_OK ;
     DEFBUTTON = WB_DEF_OK ;
-    Message [ en-US ] = "Page numbers cannot be applied to the current page.  Even numbers can be used on left pages, odd numbers on right pages." ;
+    Message [ en-US ] = "Page numbers cannot be applied to the current page. Even numbers can be used on left pages, odd numbers on right pages." ;
 };
 
 


More information about the Libreoffice-commits mailing list