@@ -934,7 +934,7 @@ function restore_data_from_storage {
choice=$(dialog --stdout --backtitle $"Freedombone" \
--title "$RestoreStr" \
--radiolist $'Choose:' \
- 30 40 20 $applist)
+ 30 50 20 $applist)
if [ $? -ne 0 ]; then
break