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