소스 검색

Redundant full stops

Bob Mottram 8 년 전
부모
커밋
dc5691b97e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/freedombone-addremove

+ 2
- 2
src/freedombone-addremove 파일 보기

208
             dialog --title $"$installs" \
208
             dialog --title $"$installs" \
209
                    --backtitle $"Freedombone" \
209
                    --backtitle $"Freedombone" \
210
                    --defaultno \
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
         else
212
         else
213
             dialog_height=$((15 + $n))
213
             dialog_height=$((15 + $n))
214
             dialog --title $"Add applications" \
214
             dialog --title $"Add applications" \
215
                    --backtitle $"Freedombone" \
215
                    --backtitle $"Freedombone" \
216
                    --defaultno \
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
         fi
218
         fi
219
         sel=$?
219
         sel=$?
220
         case $sel in
220
         case $sel in