Change dialog

This commit is contained in:
Bob Mottram 2016-10-25 10:54:04 +01:00
parent 79c5113a0f
commit 0a2005dc09
1 changed files with 1 additions and 1 deletions

View File

@ -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