summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/interactive.pm
diff options
context:
space:
mode:
authorAhmad Samir <ahmad@mageia.org>2011-04-04 21:19:12 +0000
committerAhmad Samir <ahmad@mageia.org>2011-04-04 21:19:12 +0000
commit889542f0636fe16b741b2cd0b7db94790d6689d7 (patch)
tree743606f341ead7e25a9561727d3e299953a6c440 /perl-install/diskdrake/interactive.pm
parent403de5c0474df05f0808493cf203de0888429074 (diff)
downloaddrakx-889542f0636fe16b741b2cd0b7db94790d6689d7.tar
drakx-889542f0636fe16b741b2cd0b7db94790d6689d7.tar.gz
drakx-889542f0636fe16b741b2cd0b7db94790d6689d7.tar.bz2
drakx-889542f0636fe16b741b2cd0b7db94790d6689d7.tar.xz
drakx-889542f0636fe16b741b2cd0b7db94790d6689d7.zip
- perl -pi -e 's!Hard drive!Hard disk drive!' (except install/steps_list.pm)
Diffstat (limited to 'perl-install/diskdrake/interactive.pm')
-rw-r--r--perl-install/diskdrake/interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 2ec3ffd12..b1ec7e74a 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -335,7 +335,7 @@ sub hd_possible_actions {
sub hd_possible_actions_interactive {
my ($_in, $_hd, $_all_hds) = @_;
- &hd_possible_actions, N_("Hard drive information");
+ &hd_possible_actions, N_("Hard disk drive information");
}
sub Clear_all {
@@ -1141,7 +1141,7 @@ sub Options {
*{'Add to LVM'} = \&Add2LVM;
*{'Remove from LVM'} = \&RemoveFromLVM;
*{'Use for loopback'} = \&Loopback;
- *{'Hard drive information'} = \&Hd_info;
+ *{'Hard disk drive information'} = \&Hd_info;
}