You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ja...@apache.org on 2013/02/23 10:26:30 UTC

svn commit: r1449288 - /openoffice/branches/l10n/main/dbaccess/source/ui/querydesign/query.src

Author: jani
Date: Sat Feb 23 09:26:30 2013
New Revision: 1449288

URL: http://svn.apache.org/r1449288
Log:
one ; too many

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

Modified: openoffice/branches/l10n/main/dbaccess/source/ui/querydesign/query.src
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n/main/dbaccess/source/ui/querydesign/query.src?rev=1449288&r1=1449287&r2=1449288&view=diff
==============================================================================
--- openoffice/branches/l10n/main/dbaccess/source/ui/querydesign/query.src (original)
+++ openoffice/branches/l10n/main/dbaccess/source/ui/querydesign/query.src Sat Feb 23 09:26:30 2013
@@ -371,13 +371,13 @@ String STR_QUERY_SAVEMODIFIED
 
 String STR_ERROR_PARSING_STATEMENT
 {
-    Text [ en-US ] = "$object$ is based on an SQL command which could not be parsed.";
+    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.";
 };
 
 String STR_INFO_OPENING_IN_SQL_VIEW
 {
-    Text [ en-US ] = "$object$ will be opened 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.";
 };