Skip to content

Commit 2c53ba9

Browse files
committedOct 28, 2017
[Plugin manager][needs-docs] Update a tooltip to tell users they can also use file:// protocol for plugin repositories
1 parent 24de819 commit 2c53ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/pyplugin_installer/qgsplugininstallerrepositorybase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@
209209
<item row="1" column="1" colspan="2">
210210
<widget class="QLineEdit" name="editURL">
211211
<property name="toolTip">
212-
<string>Enter the repository URL, beginning with &quot;http://&quot;</string>
212+
<string>Enter the repository URL, beginning with &quot;http://&quot; or &quot;file:///&quot;</string>
213213
</property>
214214
<property name="whatsThis">
215-
<string>Enter the repository URL, beginning with &quot;http://&quot;</string>
215+
<string>Enter the repository URL, beginning with &quot;http://&quot; or &quot;file:///&quot;</string>
216216
</property>
217217
<property name="text">
218218
<string/>

0 commit comments

Comments
 (0)
Please sign in to comment.