From 777f51277e56a0ce9673373d43de319ba06a410f Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Mon, 20 Jan 2014 19:48:54 +0100 Subject: Fix for translating Welcome string --- usr/share/mageiawelcome/index.html | 4 ++-- usr/share/mageiawelcome/mageiawelcome.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'usr/share') diff --git a/usr/share/mageiawelcome/index.html b/usr/share/mageiawelcome/index.html index b2ed0ab..34fdd25 100644 --- a/usr/share/mageiawelcome/index.html +++ b/usr/share/mageiawelcome/index.html @@ -134,7 +134,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
@@ -153,7 +153,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-
  1. $welcome
  2. +
    1. $welcome_btn
    2. $mcc
    3. $conf_update
    4. $inst_remove
    5. diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py index b822ce8..2cff6fd 100644 --- a/usr/share/mageiawelcome/mageiawelcome.py +++ b/usr/share/mageiawelcome/mageiawelcome.py @@ -73,7 +73,8 @@ def main(): l['arch'] = arch l['desktop_l'] = _("Desktop:") l['desktop'] = desktop - l['welcome'] = _("Welcome") + l['welcome_btn'] = _("Welcome") + l['welcome'] = _("Welcome") l['user'] = username l['welcome_msg'] = _("

      Thank you for choosing Mageia!

      We have put in a lot of effort to provide you with the best possible system. We hope you will have a good experience with Mageia. If you feel that our project is a good idea, we would also appreciate any contribution you can make to it for next versions.

      To find out how you can help click here.

      Don't forget to tell your friends about Mageia.

      ") l['mcc'] = _("Mageia Control Center") -- cgit v1.2.1