Skip to content
Snippets Groups Projects
Commit dc5691b9 authored by Bob Mottram's avatar Bob Mottram
Browse files

Redundant full stops

parent f77f688c
No related branches found
No related tags found
No related merge requests found
......@@ -208,13 +208,13 @@ function install_apps_selected {
dialog --title $"$installs" \
--backtitle $"Freedombone" \
--defaultno \
--yesno $"\nThis will install the $installs app.\n\nProceed?" 9 40
--yesno $"\nThis will install the $installs app\n\nProceed?" 9 40
else
dialog_height=$((15 + $n))
dialog --title $"Add applications" \
--backtitle $"Freedombone" \
--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
sel=$?
case $sel in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment