[QGIS Commit] r10378 - branches/Version-1_0/python/plugins/plugin_installer

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Mar 21 15:49:11 EDT 2009


Author: borysiasty
Date: 2009-03-21 15:49:11 -0400 (Sat, 21 Mar 2009)
New Revision: 10378

Modified:
   branches/Version-1_0/python/plugins/plugin_installer/i18n.cpp
   branches/Version-1_0/python/plugins/plugin_installer/installer_gui.py
Log:
Plugin Installer adjusted to fit the .ts files


Modified: branches/Version-1_0/python/plugins/plugin_installer/i18n.cpp
===================================================================
--- branches/Version-1_0/python/plugins/plugin_installer/i18n.cpp	2009-03-21 19:39:02 UTC (rev 10377)
+++ branches/Version-1_0/python/plugins/plugin_installer/i18n.cpp	2009-03-21 19:49:11 UTC (rev 10378)
@@ -200,7 +200,7 @@
 // def ChangeCheckingPolicy
 
 // def addKnownRepositories
-  tr( "You are going to add some plugin repositories neither authorized nor supported by the Quantum GIS team, however provided by folks associated with us. Plugin authors generally make efforts to make their works useful and safe, but we can't assume any responsibility for them. FEEL WARNED!" )
+  tr( "You are about to add several plugin repositories that are neither authorized nor supported by the Quantum GIS team. Plugin authors generally make efforts to ensure that their work is useful and safe, however, we can assume no responsibility for them." )
   tr( "QGIS Python Plugin Installer" )
 
 // def addRepository

Modified: branches/Version-1_0/python/plugins/plugin_installer/installer_gui.py
===================================================================
--- branches/Version-1_0/python/plugins/plugin_installer/installer_gui.py	2009-03-21 19:39:02 UTC (rev 10377)
+++ branches/Version-1_0/python/plugins/plugin_installer/installer_gui.py	2009-03-21 19:49:11 UTC (rev 10378)
@@ -668,7 +668,7 @@
   # ----------------------------------------- #
   def addKnownRepositories(self):
     """ update list of known repositories - in the future it will be replaced with an online fetching """
-    message = self.tr("You are going to add some plugin repositories neither authorized nor supported by the Quantum GIS team, however provided by folks associated with us. Plugin authors generally make efforts to make their works useful and safe, but we can't assume any responsibility for them. FEEL WARNED!")
+    message = self.tr("You are about to add several plugin repositories that are neither authorized nor supported by the Quantum GIS team. Plugin authors generally make efforts to ensure that their work is useful and safe, however, we can assume no responsibility for them.")
     if QMessageBox.question(self, self.tr("QGIS Python Plugin Installer"), message, QMessageBox.Ok, QMessageBox.Abort) == QMessageBox.Ok:
       repositories.addKnownRepos()
       # refresh lists and populate widgets



More information about the QGIS-commit mailing list