Redundant full stops
This commit is contained in:
parent
f77f688ca9
commit
dc5691b97e
|
@ -208,13 +208,13 @@ function install_apps_selected {
|
||||||
dialog --title $"$installs" \
|
dialog --title $"$installs" \
|
||||||
--backtitle $"Freedombone" \
|
--backtitle $"Freedombone" \
|
||||||
--defaultno \
|
--defaultno \
|
||||||
--yesno $"\nThis will install the $installs app.\n\nProceed?" 9 40
|
--yesno $"\nThis will install the $installs app\n\nProceed?" 9 40
|
||||||
else
|
else
|
||||||
dialog_height=$((15 + $n))
|
dialog_height=$((15 + $n))
|
||||||
dialog --title $"Add applications" \
|
dialog --title $"Add applications" \
|
||||||
--backtitle $"Freedombone" \
|
--backtitle $"Freedombone" \
|
||||||
--defaultno \
|
--defaultno \
|
||||||
--yesno $"\nYou have chosen to install $n apps.\n\n $installs\n\nProceed?" $dialog_height 60
|
--yesno $"\nYou have chosen to install $n apps\n\n $installs\n\nProceed?" $dialog_height 60
|
||||||
fi
|
fi
|
||||||
sel=$?
|
sel=$?
|
||||||
case $sel in
|
case $sel in
|
||||||
|
|
Loading…
Reference in New Issue