[Libreoffice-commits] core.git: sw/source

Sophie Gautier gautier.shopie at gmail.com
Sat Jun 1 08:02:26 PDT 2013


 sw/source/ui/app/app.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1cf6f36306eb4d11279118c547e87a2c4b2551d4
Author: Sophie Gautier <gautier.shopie at gmail.com>
Date:   Sat Jun 1 18:01:07 2013 +0300

    Fix typo: connections -> connection
    
    Change-Id: Ica73de8975de0c3565e3eaad82e6dbb677bec33d

diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index 8dbc309..134da77 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -541,7 +541,7 @@ ModalDialog DLG_MERGE_SOURCE_UNAVAILABLE
         Pos = MAP_APPFONT ( 12 , 6 ) ;
         Size = MAP_APPFONT ( 178 , 40 ) ;
         WordBreak = TRUE;
-        Text [ en-US ] = "The data source '%1' was not found. Thus the connection to the data source could not be established.\n\nPlease check the connections settings.";
+        Text [ en-US ] = "The data source '%1' was not found. Thus the connection to the data source could not be established.\n\nPlease check the connection settings.";
     };
     OKButton PB_MERGE_OK
     {


More information about the Libreoffice-commits mailing list