changeset 1405:ff86abc12206

quick_frontends(profile manager): typo
author Goffi <goffi@goffi.org>
date Mon, 06 Apr 2015 18:13:32 +0200
parents e4e960d285b0
children d3e02159f26c
files frontends/src/quick_frontend/quick_profile_manager.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()