[Sugar-devel] [PATCH 1/5] sl#2789: Localization fixes.
Ajay Garg
ajay at activitycentral.com
Thu Jan 19 16:35:28 EST 2012
Signed-off-by: Ajay Garg <ajay at activitycentral.com>
---
data/sugar.schemas.in | 4 ++--
extensions/deviceicon/network.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/data/sugar.schemas.in b/data/sugar.schemas.in
index 4c17ff0..fd00292 100644
--- a/data/sugar.schemas.in
+++ b/data/sugar.schemas.in
@@ -136,7 +136,7 @@
<default></default>
<locale name="C">
<short>Backup URL</short>
- <long>Url where the backup is saved to.</long>
+ <long>URL where the backup is saved to.</long>
</locale>
</schema>
@@ -207,7 +207,7 @@
<default>jabber.sugarlabs.org</default>
<locale name="C">
<short>Jabber Server</short>
- <long>Url of the jabber server to use.</long>
+ <long>URL of the jabber server to use.</long>
</locale>
</schema>
diff --git a/extensions/deviceicon/network.py b/extensions/deviceicon/network.py
index 6eee042..ab6300e 100644
--- a/extensions/deviceicon/network.py
+++ b/extensions/deviceicon/network.py
@@ -424,7 +424,7 @@ class GsmPalette(Palette):
def _get_error_by_nm_reason(self, reason):
if reason in [network.NM_DEVICE_STATE_REASON_NO_SECRETS,
network.NM_DEVICE_STATE_REASON_GSM_PIN_CHECK_FAILED]:
- message = _('Check your Pin/Puk configuration.')
+ message = _('Check your PIN/PUK configuration.')
elif reason in [network.NM_DEVICE_STATE_REASON_PPP_DISCONNECT,
network.NM_DEVICE_STATE_REASON_PPP_FAILED]:
message = _('Check your Access Point Name ' \
--
1.7.4.4
More information about the Sugar-devel
mailing list