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

Andre Fischer af at apache.org
Mon Jul 1 03:59:23 PDT 2013


 connectivity/source/resource/conn_shared_res.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 53a08b03a88e7f6c387988c01f7c6e2183967176
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 1 09:18:36 2013 +0000

    122658: Fixed typo in localized string.
    
    Found by: jteera
    Reported by: Andrea Pescetti
    (cherry picked from commit 8f23dda62c32085f8665483e38345ee13389860e)

diff --git a/connectivity/source/resource/conn_shared_res.src b/connectivity/source/resource/conn_shared_res.src
index a5133d0..b98a560 100644
--- a/connectivity/source/resource/conn_shared_res.src
+++ b/connectivity/source/resource/conn_shared_res.src
@@ -395,7 +395,7 @@ String STR_COULD_NOT_CREATE_INDEX_NAME
 };
 String STR_COULD_NOT_CREATE_INDEX_KEYSIZE
 {
-    Text [ en-US ] = "The index could not be created. The size of the chosen column is to big.";
+    Text [ en-US ] = "The index could not be created. The size of the chosen column is too big.";
 };
 
 String STR_SQL_NAME_ERROR


More information about the Libreoffice-commits mailing list