From eadcbb24ca4bab34bb2c7c5c615f479aaf0bab84 Mon Sep 17 00:00:00 2001 From: Dave Hodgins Date: Sun, 22 Sep 2013 18:32:38 -0400 Subject: fix getting translated variables for NoUSBDrives msg --- usr/sbin/copyiso2usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- cgit v1.2.1