Skip to content

Commit

Permalink
[Plugin manager][needs-docs] Update a tooltip to tell users they can …
Browse files Browse the repository at this point in the history
…also use file:// protocol for plugin repositories
  • Loading branch information
borysiasty committed Oct 28, 2017
1 parent 24de819 commit 2c53ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyplugin_installer/qgsplugininstallerrepositorybase.ui
Expand Up @@ -209,10 +209,10 @@
<item row="1" column="1" colspan="2"> <item row="1" column="1" colspan="2">
<widget class="QLineEdit" name="editURL"> <widget class="QLineEdit" name="editURL">
<property name="toolTip"> <property name="toolTip">
<string>Enter the repository URL, beginning with &quot;http://&quot;</string> <string>Enter the repository URL, beginning with &quot;http://&quot; or &quot;file:///&quot;</string>
</property> </property>
<property name="whatsThis"> <property name="whatsThis">
<string>Enter the repository URL, beginning with &quot;http://&quot;</string> <string>Enter the repository URL, beginning with &quot;http://&quot; or &quot;file:///&quot;</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
Expand Down

0 comments on commit 2c53ba9

Please sign in to comment.