[Libreoffice-commits] core.git: Branch 'aoo/trunk' - dbaccess/source

Andrea Pescetti pescetti at apache.org
Sun Jul 21 09:07:23 PDT 2013


 dbaccess/source/ui/querydesign/query.src |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit e3e2cffab73c3acb48e79ce148807cb9528014a3
Author: Andrea Pescetti <pescetti at apache.org>
Date:   Sun Jul 21 15:54:57 2013 +0000

    #i122792# Remove extra text from error message.

diff --git a/dbaccess/source/ui/querydesign/query.src b/dbaccess/source/ui/querydesign/query.src
index 8931081..5f13c21 100644
--- a/dbaccess/source/ui/querydesign/query.src
+++ b/dbaccess/source/ui/querydesign/query.src
@@ -371,14 +371,12 @@ String STR_QUERY_SAVEMODIFIED
 
 String STR_ERROR_PARSING_STATEMENT
 {
-    Text [ en-US ] = "$object$ is based on an SQL command which could not be parsed."
-        "(except \"SQL command\", which doesn't make sense here) will be inserted.";
+    Text [ en-US ] = "$object$ is based on an SQL command which could not be parsed.";
 };
 
 String STR_INFO_OPENING_IN_SQL_VIEW
 {
-    Text [ en-US ] = "$object$ will be opened in SQL view."
-        "(except \"SQL command\", which doesn't make sense here) will be inserted.";
+    Text [ en-US ] = "$object$ will be opened in SQL view.";
 };
 
 Resource RSC_QUERY_OBJECT_TYPE


More information about the Libreoffice-commits mailing list