diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2013-11-09 17:31:09 +0200 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2013-11-09 17:31:09 +0200 |
commit | 4bb20aa0bc8ba6959af4bd103e74dd497874ced7 (patch) | |
tree | a2de36c8fc205b13178d87caa0a7f9ccaff27765 /usr/share | |
parent | c67012cd7c3d1dcd9adf827b468ef28bbbf2fb04 (diff) | |
download | mageiawelcome-4bb20aa0bc8ba6959af4bd103e74dd497874ced7.tar mageiawelcome-4bb20aa0bc8ba6959af4bd103e74dd497874ced7.tar.gz mageiawelcome-4bb20aa0bc8ba6959af4bd103e74dd497874ced7.tar.bz2 mageiawelcome-4bb20aa0bc8ba6959af4bd103e74dd497874ced7.tar.xz mageiawelcome-4bb20aa0bc8ba6959af4bd103e74dd497874ced7.zip |
Remove extra file, fix Nvidia spelling
Diffstat (limited to 'usr/share')
-rw-r--r-- | usr/share/mageiawelcome/mageiawelcome.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py index ff44ea8..2584995 100644 --- a/usr/share/mageiawelcome/mageiawelcome.py +++ b/usr/share/mageiawelcome/mageiawelcome.py @@ -109,7 +109,7 @@ def main(): l['conf_media'] = _("Configure media sources ...") l['mag_media'] = _("Mageia official repositories contain:") l['core'] = _("<span class='label green'>core</span> - the free-open-source packages, i.e. software licensed under a free-open-source license") - l['nonfree'] = _("<span class='label red'>non-free</span> - some programs which are not free, or closed source. For example this repository includes nVidia and ATI graphics card proprietary drivers, firmware for various WiFi cards, etc") + l['nonfree'] = _("<span class='label red'>non-free</span> - some programs which are not free, or closed source. For example this repository includes Nvidia and ATI graphics card proprietary drivers, firmware for various WiFi cards, etc") l['tainted'] = _("<span class='label red'>tainted</span> - includes packages released under a free license. However, they may infringe on patents and copyright laws in some countries, e.g. multimedia codecs needed to play various audio/video files; packages needed to play commercial video DVD, etc. ") l['note'] = _("<strong>Note!</strong> non-free and tainted are not enabled by default.") l['editss'] = _("Edit software sources") |