Author: pescetti
Date: Sun Jul 21 15:54:57 2013
New Revision: 1505405

URL: http://svn.apache.org/r1505405
Log:
#i122792# Remove extra text from error message.

Modified:
    openoffice/trunk/main/dbaccess/source/ui/querydesign/query.src

Modified: openoffice/trunk/main/dbaccess/source/ui/querydesign/query.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/source/ui/querydesign/query.src?rev=1505405&r1=1505404&r2=1505405&view=diff
==============================================================================
--- openoffice/trunk/main/dbaccess/source/ui/querydesign/query.src (original)
+++ openoffice/trunk/main/dbaccess/source/ui/querydesign/query.src Sun Jul 21 
15:54:57 2013
@@ -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


Reply via email to