Update translations

This commit is contained in:
Bob Mottram 2015-12-09 08:32:36 +00:00
parent 442d9ff393
commit 798228bf94
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ function remove_backup_directory {
if [[ $1 == "remove" ]]; then
if [ ! -d $USB_MOUNT/backup ]; then
rm -rf $USB_MOUNT/backup
echo 'Existing backup directory removed'
echo $'Existing backup directory removed'
fi
fi
fi