Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rpms/sugar/0079-sl-3316-Wireless-modem-error-should-refer-to-My-Sett.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rpms/sugar/0079-sl-3316-Wireless-modem-error-should-refer-to-My-Sett.patch')
-rw-r--r--rpms/sugar/0079-sl-3316-Wireless-modem-error-should-refer-to-My-Sett.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/rpms/sugar/0079-sl-3316-Wireless-modem-error-should-refer-to-My-Sett.patch b/rpms/sugar/0079-sl-3316-Wireless-modem-error-should-refer-to-My-Sett.patch
new file mode 100644
index 0000000..4e02ce9
--- /dev/null
+++ b/rpms/sugar/0079-sl-3316-Wireless-modem-error-should-refer-to-My-Sett.patch
@@ -0,0 +1,36 @@
+From 1d1e000a8935e82714a8598fd64d879a6dd0d9ae Mon Sep 17 00:00:00 2001
+From: Anish Mangal <anish@activitycentral.com>
+Date: Fri, 3 Feb 2012 13:41:00 -0200
+Subject: [PATCH 79/82] sl#3316: Wireless modem error should refer to My
+ Settings
+Organization: Sugar Labs Foundation
+
+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 c70db70..df52e87 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',
+--
+1.7.4.4
+