Wider dialog

This commit is contained in:
Bob Mottram 2016-10-23 23:53:26 +01:00
parent 849430b2ce
commit 0b18eb1e4f
1 changed files with 3 additions and 3 deletions

View File

@ -964,10 +964,10 @@ function restore_data_from_storage {
if [[ "$retcode" != "0" ]]; then if [[ "$retcode" != "0" ]]; then
if [[ "$1" == "local" ]]; then if [[ "$1" == "local" ]]; then
dialog --title $"Restore all apps from USB" \ dialog --title $"Restore all apps from USB" \
--msgbox $"Restore failed with code $retcode" 6 40 --msgbox $"Restore failed with code $retcode" 6 60
else else
dialog --title $"Restore all apps from $1" \ dialog --title $"Restore all apps from $1" \
--msgbox $"Restore failed with code $retcode" 6 40 --msgbox $"Restore failed with code $retcode" 6 60
fi fi
return return
fi fi
@ -993,7 +993,7 @@ function restore_data_from_storage {
retcode="$?" retcode="$?"
if [[ "$retcode" != "0" ]]; then if [[ "$retcode" != "0" ]]; then
dialog --title $"Restore apps from USB" \ dialog --title $"Restore apps from USB" \
--msgbox $"Restore of ${app_name} failed with code $retcode" 6 40 --msgbox $"Restore of ${app_name} failed with code $retcode" 6 60
return return
fi fi
fi fi