diff options
-rwxr-xr-x | usr/sbin/copyiso2usb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/sbin/copyiso2usb b/usr/sbin/copyiso2usb index 916397e..19127bc 100755 --- a/usr/sbin/copyiso2usb +++ b/usr/sbin/copyiso2usb @@ -35,7 +35,7 @@ Newline="\n" TitleString=$(gettext "Copy iso image to usb drive") SelectISO=$(gettext "Select iso image to be copied to a usb drive") NoISOFound=$(eval_gettext "No iso images found.\${Newline}\${Newline}If an iso has been recently downloaded, please run /etc/cron.daily/mlocate.cron\${Newline}so that this script can find them using the locate command.") -NoUSBDrives=$(gettext "No usb drives found.\${Newline}\${Newline}Please insert a usb drive, and then rerun this script.") +NoUSBDrives=$(eval_gettext "No usb drives found.\${Newline}\${Newline}Please insert a usb drive, and then rerun this script.") SelectUSBDrive=$(gettext "Select usb drive to copy the iso image to") CopyCancelled=$(gettext "Copy cancelled. Exiting.") Waitmlocate=$(gettext "Running /etc/cron.daily/mlocate.cron. Please wait for 'rc=0' before continuing.") |