Scarsz 9 tahun lalu
induk
melakukan
4d7be97ba0
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      lgsm/functions/command_fastdl.sh

+ 3 - 3
lgsm/functions/command_fastdl.sh

@@ -305,15 +305,15 @@ fn_fastdl_bzip2(){
 fn_fastdl_completed(){
 	# Finished message
 	echo ""
-	fn_print_ok "Congratulations, it's done !"
+	fn_print_ok "Congratulations, it's done!"
 	fn_script_log "FastDL job done"
 	sleep 2
 	echo -en "\n"
 	echo ""
-	fn_print_info "Need more doc ? See https://github.com/dgibbs64/linuxgsm/wiki/FastDL"
+	fn_print_info "Need more documentation? See https://github.com/dgibbs64/linuxgsm/wiki/FastDL"
 	echo -en "\n"
 	if [ "$bzip2installed" == "0" ]; then
-	echo "By the way, you'd better install bzip2 an re-run this command !"
+	echo "By the way, you'd better install bzip2 and re-run this command!"
 	fi
 	echo "Credits : UltimateByte"
 }