diff --git a/plugin_installer/plugin_installer.py b/plugin_installer/plugin_installer.py index f353483eb76172c413080698327510882da0aeb1..0e26f2742bdee1a24a4af90701db38c044c84751 100644 --- a/plugin_installer/plugin_installer.py +++ b/plugin_installer/plugin_installer.py @@ -72,7 +72,7 @@ class PluginInstaller(GajimPlugin): def activate(self): if self.config['check_update']: - # Check for updates 30 seconds after Gajim was started + # Check for updates X seconds after Gajim was started self._check_update_id = GLib.timeout_add_seconds( 10, self._check_for_updates)