diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-06-09 09:04:01 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-06-09 09:04:01 +0000 |
commit | 76e1e7391cf5aa5d6c63118dc5143b1d6ec4c18b (patch) | |
tree | 4bfa7b9623d587a6233565780edabc54f2240c12 /perl-install | |
parent | 9f40106bcdb5871f939d126a76deb95d4442f118 (diff) | |
download | drakx-76e1e7391cf5aa5d6c63118dc5143b1d6ec4c18b.tar drakx-76e1e7391cf5aa5d6c63118dc5143b1d6ec4c18b.tar.gz drakx-76e1e7391cf5aa5d6c63118dc5143b1d6ec4c18b.tar.bz2 drakx-76e1e7391cf5aa5d6c63118dc5143b1d6ec4c18b.tar.xz drakx-76e1e7391cf5aa5d6c63118dc5143b1d6ec4c18b.zip |
remove non-ASCII character
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/thirdparty.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/thirdparty.pm b/perl-install/network/thirdparty.pm index 6825b6d92..3aa3d7b86 100644 --- a/perl-install/network/thirdparty.pm +++ b/perl-install/network/thirdparty.pm @@ -140,7 +140,7 @@ my %network_settings = ( "ipw${_}" => { matching => "ipw${_}", - description => "Intel® PRO/Wireless ${_}", + description => "Intel(R) PRO/Wireless ${_}", url => "http://ipw${_}.sourceforge.net/", name => "ipw${_}", firmware => |