Skip to content

Commit

Permalink
fix translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 12, 2015
1 parent ffe8de0 commit a309220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/mssql/qgsmssqlnewconnection.cpp
Expand Up @@ -155,7 +155,7 @@ bool QgsMssqlNewConnection::testConnection( QString testDatabase )
if ( txtService->text().isEmpty() && txtHost->text().isEmpty() )
{
bar->clearWidgets();
bar->pushWarning( tr( "Connection Failed" ), tr( "Host name hasn't been specified' " ) );
bar->pushWarning( tr( "Connection Failed" ), tr( "Host name hasn't been specified" ) );
return false;
}

Expand Down

0 comments on commit a309220

Please sign in to comment.