PluginManager/PluginRepositoryDialog.py

changeset 5868
c1a98c164cd3
parent 5854
be976799b8c0
child 5975
3bc24855b254
diff -r 099008539886 -r c1a98c164cd3 PluginManager/PluginRepositoryDialog.py
--- a/PluginManager/PluginRepositoryDialog.py	Sat Sep 02 19:05:28 2017 +0200
+++ b/PluginManager/PluginRepositoryDialog.py	Sat Sep 02 20:00:57 2017 +0200
@@ -482,12 +482,11 @@
     def __downloadFileDone(self):
         """
         Private method called, after the file has been downloaded
-        from the internet.
+        from the Internet.
         """
         self.__updateButton.setEnabled(True)
         self.__downloadCancelButton.setEnabled(False)
-        self.__onlineStateChanged(
-            self.__isOnline())
+        self.__onlineStateChanged(self.__isOnline())
         
         ok = True
         reply = self.sender()
@@ -625,7 +624,7 @@
     
     def __updateStatus(self, filename, version):
         """
-        Private method to check, if the given archive update status.
+        Private method to check the given archive update status.
         
         @param filename data for the filename field (string)
         @param version data for the version field (string)

eric ide

mercurial