Skip to content

Commit

Permalink
translation string update
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10614 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 22, 2009
1 parent c779c76 commit 047aa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsserversourceselect.cpp
Expand Up @@ -382,7 +382,7 @@ void QgsServerSourceSelect::on_btnConnect_clicked()
// check for a password, if none prompt to get it
if ( password.isEmpty() )
{
password = QInputDialog::getText( this, tr( "WMS Password for " ) + m_connName, "Password", QLineEdit::Password );
password = QInputDialog::getText( this, tr( "WMS Password for %1" ).arg( m_connName ), "Password", QLineEdit::Password );

}
m_connectionInfo = "username=" + username + ",password=" + password + ",url=" + m_connectionInfo;
Expand Down

0 comments on commit 047aa6c

Please sign in to comment.