summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 19:49:44 +0000
commit4e4eb522ecc6a1b4b29775552e389c7751ebe276 (patch)
tree2b249b29be479501c4cfe47a11fc4c726de8e07b /perl-install/diskdrake/hd_gtk.pm
parent2b8dce754e3324cc820a8526e0783e8c2846482d (diff)
downloaddrakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.gz
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.bz2
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.tar.xz
drakx-backup-do-not-use-4e4eb522ecc6a1b4b29775552e389c7751ebe276.zip
- perl -pi -e 's!hard drive!hard disk drive!'
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index 7cffc39e1..977c32ab7 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -289,7 +289,7 @@ sub create_automatic_notebooks {
my $b = $_->{marked} or $notebook_widget->remove_page($::i);
$b;
} @notebook;
- @notebook or $in->ask_warn(N("Error"), N("No hard drives found")), $in->exit(1);
+ @notebook or $in->ask_warn(N("Error"), N("No hard disk drives found")), $in->exit(1);
}
################################################################################