diff options
Diffstat (limited to '')
-rw-r--r-- | setup2hd/SeTumedia.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setup2hd/SeTumedia.tpl b/setup2hd/SeTumedia.tpl index 9a68eaf..f14e37c 100644 --- a/setup2hd/SeTumedia.tpl +++ b/setup2hd/SeTumedia.tpl @@ -8,9 +8,9 @@ dialog --backtitle "Select Slackware installation source." \ --title "SOURCE MEDIA SELECTION" --menu \ "Please select the media from which to install Slackware Linux:" \ 14 70 7 \ -"1" "Install from NFS (Network File System)" \ -"2" "Install from FTP/HTTP server" \ -"3" "Install from Samba share" \ +"1" "Install Slackware from NFS (Network File System)" \ +"2" "Install Slackware from FTP/HTTP server" \ +"3" "Install Slackware from Samba share" \ "4" "Install @UDISTRO@ (@LIVEDE@) Live OS to disk" \ 2> $TMP/media if [ ! $? = 0 ]; then |