[QGIS Commit] r10614 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Wed Apr 22 03:37:09 EDT 2009
Author: jef
Date: 2009-04-22 03:37:08 -0400 (Wed, 22 Apr 2009)
New Revision: 10614
Modified:
trunk/qgis/src/app/qgsserversourceselect.cpp
Log:
translation string update
Modified: trunk/qgis/src/app/qgsserversourceselect.cpp
===================================================================
--- trunk/qgis/src/app/qgsserversourceselect.cpp 2009-04-21 20:19:33 UTC (rev 10613)
+++ trunk/qgis/src/app/qgsserversourceselect.cpp 2009-04-22 07:37:08 UTC (rev 10614)
@@ -382,7 +382,7 @@
// 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;
More information about the QGIS-commit
mailing list