--- loncom/publisher/lonpubdir.pm 2004/12/22 21:04:52 1.75 +++ loncom/publisher/lonpubdir.pm 2005/01/24 21:55:20 1.76 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.75 2004/12/22 21:04:52 albertel Exp $ +# $Id: lonpubdir.pm,v 1.76 2005/01/24 21:55:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -254,7 +254,7 @@ parent.lastknownpriv='/~$uname$thisdisfn } function forcepub(theform) { - if (confirm('Force publication of unmodified files? - OK=yes; Cancel=No.')) { + if (confirm('Force publication of unmodified files? - Cancel=No; OK=yes.')) { theform.forcerepub.value="ON"; } }