فهرست منبع

correct output wording for resolved proposals

George C. Privon 5 سال پیش
والد
کامیت
322f7907db
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      update_proposals.rkt

+ 1 - 1
update_proposals.rkt

@@ -107,7 +107,7 @@
 ; retrieve and print the proposals whose status are not listed as "submitted"
 (define (printclosed)
   (define finished (query-rows conn "SELECT ID,telescope,solicitation,title,PI FROM proposals WHERE status!='submitted'"))
-  (displayln (string-append (number->string (length finished)) " pending proposals found."))
+  (displayln (string-append (number->string (length finished)) " resolved proposals found."))
   (newline)
   ; print all the unresolved proposals to the screen
   (map printentry finished))