From dc5691b97eef6a9337d41b9227be1fc56febbdab Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 8 May 2017 13:02:13 +0100 Subject: [PATCH] Redundant full stops --- src/freedombone-addremove | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-addremove b/src/freedombone-addremove index 182d53ca..d2b9c1dd 100755 --- a/src/freedombone-addremove +++ b/src/freedombone-addremove @@ -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