summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-text-new.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text-new.pl')
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text-new.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-text-new.pl b/Master/tlpkg/installer/install-menu-text-new.pl
index 092226643ab..bb97e2b21f3 100755
--- a/Master/tlpkg/installer/install-menu-text-new.pl
+++ b/Master/tlpkg/installer/install-menu-text-new.pl
@@ -73,7 +73,7 @@ sub other_options {
'Q' => 'quit'
);
- $opts{'I'}=$vars{'portable'} ? 'start portable installation' : 'start hd installation';
+ $opts{'I'}=$vars{'portable'} ? 'start portable installation' : 'start installation to hard disk';
print "\nActions:";
if ($options[$#options] eq 'diskspace') {
@@ -1041,7 +1041,7 @@ EOF
}
if ($vars{'portable'}) {
- print "\n <V> set up for regular hd installation\n";
+ print "\n <V> set up for regular installation to hard disk\n";
} else {
print "\n <V> set up for portable installation\n";
}