# HG changeset patch # User Goffi # Date 1428336812 -7200 # Node ID ff86abc1220641e9b6244afe093289f0f815e4f6 # Parent e4e960d285b0b6fc08059adc01fdd184bf2b6802 quick_frontends(profile manager): typo diff -r e4e960d285b0 -r ff86abc12206 frontends/src/quick_frontend/quick_profile_manager.py --- a/frontends/src/quick_frontend/quick_profile_manager.py Mon Apr 06 17:36:53 2015 +0200 +++ b/frontends/src/quick_frontend/quick_profile_manager.py Mon Apr 06 18:13:32 2015 +0200 @@ -152,7 +152,7 @@ def _onConnectProfiles(self): """Connect the profiles and start the main widget""" if self._autoconnect: - self.alert(_('Internal error'), _('You can connect manually and automatically at the same time')) + self.alert(_('Internal error'), _("You can't connect manually and automatically at the same time")) return self.updateConnectionParams() profiles = self.getProfiles()