Skip to content

Commit 047aa6c

Browse files
author
jef
committed
translation string update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10614 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c779c76 commit 047aa6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsserversourceselect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ void QgsServerSourceSelect::on_btnConnect_clicked()
382382
// check for a password, if none prompt to get it
383383
if ( password.isEmpty() )
384384
{
385-
password = QInputDialog::getText( this, tr( "WMS Password for " ) + m_connName, "Password", QLineEdit::Password );
385+
password = QInputDialog::getText( this, tr( "WMS Password for %1" ).arg( m_connName ), "Password", QLineEdit::Password );
386386

387387
}
388388
m_connectionInfo = "username=" + username + ",password=" + password + ",url=" + m_connectionInfo;

0 commit comments

Comments
 (0)