diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 19:18:28 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 19:18:28 +0000 |
commit | c35e14afe195640b441f40bdd9be6e7344dd9528 (patch) | |
tree | 116d084cd34a62a977dcc018181b16eb9f618c19 /perl-install/raid.pm | |
parent | c17fbf2a4f83f6192453e947733c22c2af3501bf (diff) | |
download | drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.gz drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.bz2 drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.xz drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.zip |
- string changes: perl -pi -e 's!Can not!Cannot!'
Diffstat (limited to 'perl-install/raid.pm')
-rw-r--r-- | perl-install/raid.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/raid.pm b/perl-install/raid.pm index ec4ae7c42..cb814bd9b 100644 --- a/perl-install/raid.pm +++ b/perl-install/raid.pm @@ -39,7 +39,7 @@ sub new { sub add { my ($md_part, $part) = @_; - $md_part->{isMounted} and die N("Can not add a partition to _formatted_ RAID %s", $md_part->{device}); + $md_part->{isMounted} and die N("Cannot add a partition to _formatted_ RAID %s", $md_part->{device}); inactivate_and_dirty($md_part); set_isFormatted($part, 0); $part->{raid} = $md_part->{device}; |