[Sugar-devel] [PATCH Sugar] sl#3316: Wireless modem error should refer to My Settings
Anish Mangal
anish at activitycentral.com
Fri Feb 3 10:47:50 EST 2012
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.
---
extensions/deviceicon/network.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extensions/deviceicon/network.py b/extensions/deviceicon/network.py
index 213fa41..83bf6c5 100644
--- a/extensions/deviceicon/network.py
+++ b/extensions/deviceicon/network.py
@@ -752,8 +752,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',
--
1.7.4.4
More information about the Sugar-devel
mailing list