Skip to content

Commit d012a9d

Browse files
author
g_j_m
committed
Fix for ticket #646 (spelling mistake)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6788 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f93bc6a commit d012a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsnewconnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void QgsNewConnection::testConnection()
115115
if (PQstatus(pd) == CONNECTION_OK)
116116
{
117117
// Database successfully opened; we can now issue SQL commands.
118-
QMessageBox::information(this, tr("Test connection"), tr("Connection to %1 was successfull").arg(txtDatabase->text()));
118+
QMessageBox::information(this, tr("Test connection"), tr("Connection to %1 was successful").arg(txtDatabase->text()));
119119
} else
120120
{
121121
QMessageBox::information(this, tr("Test connection"), tr("Connection failed - Check settings and try again.\n\nExtended error information:\n") + QString(PQerrorMessage(pd)) );

0 commit comments

Comments
 (0)