Ticket #2789: 0001-sl-2789-Localization-fixes.patch

File 0001-sl-2789-Localization-fixes.patch, 1.8 KB (added by ajay_garg, 12 years ago)
  • data/sugar.schemas.in

    From b6e6f31059597097318f72d5871889dfa0966d46 Mon Sep 17 00:00:00 2001
    From: Ajay Garg <ajay@activitycentral.com>
    Date: Thu, 19 Jan 2012 19:40:39 +0530
    Subject: [PATCH 1/5] sl#2789: Localization fixes.
    Organization: Sugar Labs Foundation
    
    Signed-off-by: Ajay Garg <ajay@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 b  
    136136      <default></default>
    137137      <locale name="C">
    138138        <short>Backup URL</short>
    139         <long>Url where the backup is saved to.</long>
     139        <long>URL where the backup is saved to.</long>
    140140      </locale>
    141141    </schema>
    142142
     
    207207      <default>jabber.sugarlabs.org</default>
    208208      <locale name="C">
    209209        <short>Jabber Server</short>
    210         <long>Url of the jabber server to use.</long>
     210        <long>URL of the jabber server to use.</long>
    211211      </locale>
    212212    </schema>
    213213
  • extensions/deviceicon/network.py

    diff --git a/extensions/deviceicon/network.py b/extensions/deviceicon/network.py
    index 6eee042..ab6300e 100644
    a b class GsmPalette(Palette): 
    424424    def _get_error_by_nm_reason(self, reason):
    425425        if reason in [network.NM_DEVICE_STATE_REASON_NO_SECRETS,
    426426                      network.NM_DEVICE_STATE_REASON_GSM_PIN_CHECK_FAILED]:
    427             message = _('Check your Pin/Puk configuration.')
     427            message = _('Check your PIN/PUK configuration.')
    428428        elif reason in [network.NM_DEVICE_STATE_REASON_PPP_DISCONNECT,
    429429                        network.NM_DEVICE_STATE_REASON_PPP_FAILED]:
    430430            message = _('Check your Access Point Name ' \