Explorar el Código

Redundant full stops

Bob Mottram hace 8 años
padre
commit
dc5691b97e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/freedombone-addremove

+ 2
- 2
src/freedombone-addremove Ver fichero

@@ -208,13 +208,13 @@ function install_apps_selected {
208 208
             dialog --title $"$installs" \
209 209
                    --backtitle $"Freedombone" \
210 210
                    --defaultno \
211
-                   --yesno $"\nThis will install the $installs app.\n\nProceed?" 9 40
211
+                   --yesno $"\nThis will install the $installs app\n\nProceed?" 9 40
212 212
         else
213 213
             dialog_height=$((15 + $n))
214 214
             dialog --title $"Add applications" \
215 215
                    --backtitle $"Freedombone" \
216 216
                    --defaultno \
217
-                   --yesno $"\nYou have chosen to install $n apps.\n\n    $installs\n\nProceed?" $dialog_height 60
217
+                   --yesno $"\nYou have chosen to install $n apps\n\n    $installs\n\nProceed?" $dialog_height 60
218 218
         fi
219 219
         sel=$?
220 220
         case $sel in