Singular
This commit is contained in:
parent
0eb3c678db
commit
6f1753e3e2
|
@ -941,7 +941,7 @@ function restore_data_from_storage {
|
||||||
n=$[n+1]
|
n=$[n+1]
|
||||||
app_list+=("$ExitStr")
|
app_list+=("$ExitStr")
|
||||||
|
|
||||||
choices=$(dialog --stdout --backtitle $"Freedombone" \
|
choice=$(dialog --stdout --backtitle $"Freedombone" \
|
||||||
--title $"Restore apps" \
|
--title $"Restore apps" \
|
||||||
--radiolist $'Choose:' \
|
--radiolist $'Choose:' \
|
||||||
30 40 20 $applist)
|
30 40 20 $applist)
|
||||||
|
@ -959,7 +959,7 @@ function restore_data_from_storage {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clear
|
clear
|
||||||
echo $"Selected $selected_index $app_name"
|
echo $"Selected $app_index $app_name"
|
||||||
|
|
||||||
# Restore all
|
# Restore all
|
||||||
if [[ "$app_name" == "$AllStr" ]]; then
|
if [[ "$app_name" == "$AllStr" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue