Ticket #3029: 0004-sl-3029-Localization-fixes.patch

File 0004-sl-3029-Localization-fixes.patch, 897 bytes (added by ajay_garg, 12 years ago)
  • src/jarabe/controlpanel/cmd.py

    From db4d389d1a249657a058e5b8daa11e608368240b Mon Sep 17 00:00:00 2001
    From: Ajay Garg <ajay@activitycentral.com>
    Date: Thu, 19 Jan 2012 19:59:38 +0530
    Subject: [PATCH 4/5] sl#3029: Localization fixes.
    Organization: Sugar Labs Foundation
    
    Signed-off-by: Ajay Garg <ajay@activitycentral.com>
    ---
     src/jarabe/controlpanel/cmd.py |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/src/jarabe/controlpanel/cmd.py b/src/jarabe/controlpanel/cmd.py
    index fe8f1a4..c4870c9 100644
    a b def cmd_help(): 
    4949
    5050def note_restart():
    5151    """Instructions how to restart sugar"""
    52     print _('To apply your changes you have to restart sugar.\n' +
     52    print _('To apply your changes you have to restart Sugar.\n' +
    5353            'Hit ctrl+alt+erase on the keyboard to trigger a restart.')
    5454
    5555