summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 19:18:28 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:18:28 +0000
commitb8c73c319b866d4935cf3b39ba3988a6aa19a6b3 (patch)
tree116d084cd34a62a977dcc018181b16eb9f618c19 /perl-install/install/any.pm
parent02206ce2d448b1e4e0d4d55c837b52a27b49885b (diff)
downloaddrakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar.gz
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar.bz2
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.tar.xz
drakx-backup-do-not-use-b8c73c319b866d4935cf3b39ba3988a6aa19a6b3.zip
- string changes: perl -pi -e 's!Can not!Cannot!'
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index 3ff267585..e5050b8e9 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -1231,7 +1231,7 @@ sub take_screenshot {
my ($base_dir, $nowarn) = screenshot_dir__and_move();
my $dir = "$base_dir/DrakX-screenshots";
if (!-e $dir) {
- mkdir $dir or $in->ask_warn('', N("Can not make screenshots before partitioning")), return;
+ mkdir $dir or $in->ask_warn('', N("Cannot make screenshots before partitioning")), return;
}
my $nb = 1;
$nb++ while -e "$dir/$nb.png";