Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gui string fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@13936 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Jul 19, 2010
1 parent a0c29c5 commit a57ded8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions i18n/qgis_pl_PL.ts
Expand Up @@ -18464,8 +18464,8 @@ http://my.host.com/cgi-bin/mapserv.exe</translation>
</message>
<message>
<location filename="../src/ui/qgsnewhttpconnectionbase.ui" line="84"/>
<source>If the WMS requires basic authentication, enter a user name and optional password</source>
<translation>Jeśli serwer WMS wymaga uwierzytelnienia, wprowadź nazwę użytkownika i, opcjonalnie, hasło</translation>
<source>If the service requires basic authentication, enter a user name and optional password</source>
<translation>Jeśli usługa wymaga uwierzytelnienia, wprowadź nazwę użytkownika i, opcjonalnie, hasło</translation>
</message>
<message>
<location filename="../src/ui/qgsnewhttpconnectionbase.ui" line="97"/>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsnewhttpconnectionbase.ui
Expand Up @@ -81,7 +81,7 @@
<item row="2" column="0" colspan="5">
<widget class="QLabel" name="label">
<property name="text">
<string>If the WMS requires basic authentication, enter a user name and optional password</string>
<string>If the service requires basic authentication, enter a user name and optional password</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
Expand Down

0 comments on commit a57ded8

Please sign in to comment.