diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/share/mageiawelcome/index.html | 4 | ||||
-rw-r--r-- | usr/share/mageiawelcome/mageiawelcome.py | 3 |
2 files changed, 4 insertions, 3 deletions
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" <header> <nav> <ul class="taby button-bar"> - <li href="#tab-1" class="active" id="home"><a class=""><i class="icon-home"> </i> $welcome</a></li> + <li href="#tab-1" class="active" id="home"><a class=""><i class="icon-home"> </i> $welcome_btn</a></li> <li href="#tab-2"><a class=""><i class="icon-list-alt"> </i> $rpm_install</a></li> </ul> </nav> @@ -153,7 +153,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" <!-- START --> <div id="tab-1" class="tab"> <div id="slide-pager"> - <ol> <li><a data-slide-index="0" href="" id="welcome">$welcome</a></li> + <ol> <li><a data-slide-index="0" href="" id="welcome">$welcome_btn</a></li> <li><a data-slide-index="1" href="">$mcc</a></li> <li><a data-slide-index="2" href="" id="repoconf">$conf_update</a></li> <li><a data-slide-index="3" href="">$inst_remove</a></li> 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<!--user//-->") l['user'] = username l['welcome_msg'] = _("<p>Thank you for choosing Mageia!</p><p>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.</p><p>To find out how you can help <a class='weblink' href='http://www.mageia.org/en/contribute/'>click here</a>.</p><p>Don't forget to tell your friends about Mageia.</p>") l['mcc'] = _("Mageia Control Center") |