diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-25 10:12:22 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-25 10:12:22 -0400 |
commit | 0e4d18138b94b9fddbc8a8fec32b2c5e19736b6b (patch) | |
tree | ece9bea4e5fe0f3cf854d5a5a16d0b1db9d5d00d /perl-install/install/any.pm | |
parent | 38d9146ce30553054ac3609080662fb38bd106ae (diff) | |
download | drakx-0e4d18138b94b9fddbc8a8fec32b2c5e19736b6b.tar drakx-0e4d18138b94b9fddbc8a8fec32b2c5e19736b6b.tar.gz drakx-0e4d18138b94b9fddbc8a8fec32b2c5e19736b6b.tar.bz2 drakx-0e4d18138b94b9fddbc8a8fec32b2c5e19736b6b.tar.xz drakx-0e4d18138b94b9fddbc8a8fec32b2c5e19736b6b.zip |
add missing spaces
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r-- | perl-install/install/any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 351e14cf6..4b2f67cc7 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -471,9 +471,9 @@ sub media_screen { # - introduce 'mandatory' keyword for guessing media that can *not* be disabled my %descriptions = ( 'Core Release' => N("\"%s\" contains the various pieces of the systems and its applications", _core_medium()), - 'Nonfree Release' => N("\"%s\" contains non free software.\n", _nonfree_medium()) . + 'Nonfree Release' => N("\"%s\" contains non free software.\n", _nonfree_medium()) . " " . N("It also contains firmwares needed for certain devices to operate (eg: some ATI/AMD graphic cards, some network cards, some RAID cards, ...)"), - 'Tainted Release' => N("\"%s\" contains software that can not be distributed in every country due to software patents.", _tainted_medium()) . + 'Tainted Release' => N("\"%s\" contains software that can not be distributed in every country due to software patents.", _tainted_medium()) . " " . N("It also contains software from \"%s\" rebuild with additional capabilities.", _core_medium()), ); |