Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnish Mangal <anish@activitycentral.com>2012-02-03 15:41:00 (GMT)
committer Anish Mangal <anish@activitycentral.com>2012-04-27 10:02:36 (GMT)
commit5dab6837bed41e95319decb313572496a92f2cc8 (patch)
tree23c66bf7760fa3228baed35b688088d03ad856d2
parentd88c58c09aadea5482dfa6ad09666209c84b2d36 (diff)
sl#3316: Wireless modem error should refer to My Settings
The wireless modem error refers currently to Control Panel. Error: No GSM connection available Suggestion: Create a connection in the control panel However, english translation of Control Panel now refer to it as My Settings. This patch reflects that change.
-rw-r--r--extensions/deviceicon/network.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/deviceicon/network.py b/extensions/deviceicon/network.py
index 32cfdf1..08442cd 100644
--- a/extensions/deviceicon/network.py
+++ b/extensions/deviceicon/network.py
@@ -835,8 +835,8 @@ class GsmDeviceView(TrayIcon):
error_handler=self.__connect_error_cb)
else:
self._palette.add_alert(_('No GSM connection available.'), \
- _('Create a connection in the ' \
- 'control panel.'))
+ _('Create a connection in ' \
+ 'My Settings.'))
def __connect_cb(self, active_connection):
logging.debug('Connected successfully to gsm device, %s',