Index: openacs-4/packages/acs-admin/www/apm/version-tag.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/Attic/version-tag.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-admin/www/apm/version-tag.tcl 1 Oct 2017 12:16:05 -0000 1.8 +++ openacs-4/packages/acs-admin/www/apm/version-tag.tcl 11 Apr 2018 20:52:01 -0000 1.9 @@ -1,4 +1,4 @@ -ad_page_contract { +ad_page_contract { Tag each file in a package as part of a particular package version. @param version_id The package to be processed. @@ -19,7 +19,7 @@ set files [db_list apm_all_paths {}] if { [llength $files] == 0 } { - ad_return_complaint 1 "
  • No files in this packages" + ad_return_complaint 1 "
  • No files in this package" return }