Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #7888
  • Loading branch information
jef-n committed May 23, 2013
1 parent d7663a0 commit f82cc12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/plugins/plugin_installer/installer_gui.py
Expand Up @@ -299,7 +299,7 @@ def __init__(self, parent):
index = 1
self.comboInterval.setCurrentIndex(index)
self.populateMostWidgets()

self.pluginDir.setText( self.tr( "The plugins will be installed to %1" ).arg( QFileInfo(QgsApplication.qgisUserDbFilePath()).path() + "python/plugins" ) )

# ----------------------------------------- #
def getAllAvailablePlugins(self):
Expand Down
4 changes: 2 additions & 2 deletions python/plugins/plugin_installer/qgsplugininstallerbase.ui
Expand Up @@ -48,12 +48,12 @@
</spacer>
</item>
<item>
<widget class="QLabel" name="label_3">
<widget class="QLabel" name="pluginDir">
<property name="whatsThis">
<string/>
</property>
<property name="text">
<string>The plugins will be installed to ~/.qgis/python/plugins</string>
<string></string>
</property>
</widget>
</item>
Expand Down

0 comments on commit f82cc12

Please sign in to comment.