diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 8ca29553..8253cf5d 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -964,10 +964,10 @@ function restore_data_from_storage { if [[ "$retcode" != "0" ]]; then if [[ "$1" == "local" ]]; then dialog --title $"Restore all apps from USB" \ - --msgbox $"Restore failed with code $retcode" 6 40 + --msgbox $"Restore failed with code $retcode" 6 60 else dialog --title $"Restore all apps from $1" \ - --msgbox $"Restore failed with code $retcode" 6 40 + --msgbox $"Restore failed with code $retcode" 6 60 fi return fi @@ -993,7 +993,7 @@ function restore_data_from_storage { retcode="$?" if [[ "$retcode" != "0" ]]; then 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 fi fi