diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-12-14 12:42:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-12-14 12:42:12 +0000 |
commit | 1ccbefc5bde0ffd1080eb0721e539a444fdd2ab6 (patch) | |
tree | 8f8a0d1d0101dcf1d1484996693dfab443eb3c50 | |
parent | a0ee7f61a6bcde9271e17f4bcb345a1431dff230 (diff) | |
download | drakx-1ccbefc5bde0ffd1080eb0721e539a444fdd2ab6.tar drakx-1ccbefc5bde0ffd1080eb0721e539a444fdd2ab6.tar.gz drakx-1ccbefc5bde0ffd1080eb0721e539a444fdd2ab6.tar.bz2 drakx-1ccbefc5bde0ffd1080eb0721e539a444fdd2ab6.tar.xz drakx-1ccbefc5bde0ffd1080eb0721e539a444fdd2ab6.zip |
fix missing ")" in message
-rw-r--r-- | perl-install/install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 861b49f78..862696baf 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -354,7 +354,7 @@ sub media_screen { 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()) . - N("It also contains firmwares needed for certain devices to operate (eg: some ATI/AMD graphic cards, some network cards, some RAID cards, ..."), + 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()) . N("It also contains software from \"%s\" rebuild with additional capabilities.", _core_medium()), ); |