Skip to content

Commit a57ded8

Browse files
author
borysiasty
committed
gui string fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@13936 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a0c29c5 commit a57ded8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

i18n/qgis_pl_PL.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18464,8 +18464,8 @@ http://my.host.com/cgi-bin/mapserv.exe</translation>
1846418464
</message>
1846518465
<message>
1846618466
<location filename="../src/ui/qgsnewhttpconnectionbase.ui" line="84"/>
18467-
<source>If the WMS requires basic authentication, enter a user name and optional password</source>
18468-
<translation>Jeśli serwer WMS wymaga uwierzytelnienia, wprowadź nazwę użytkownika i, opcjonalnie, hasło</translation>
18467+
<source>If the service requires basic authentication, enter a user name and optional password</source>
18468+
<translation>Jeśli usługa wymaga uwierzytelnienia, wprowadź nazwę użytkownika i, opcjonalnie, hasło</translation>
1846918469
</message>
1847018470
<message>
1847118471
<location filename="../src/ui/qgsnewhttpconnectionbase.ui" line="97"/>

src/ui/qgsnewhttpconnectionbase.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<item row="2" column="0" colspan="5">
8282
<widget class="QLabel" name="label">
8383
<property name="text">
84-
<string>If the WMS requires basic authentication, enter a user name and optional password</string>
84+
<string>If the service requires basic authentication, enter a user name and optional password</string>
8585
</property>
8686
<property name="textFormat">
8787
<enum>Qt::PlainText</enum>

0 commit comments

Comments
 (0)