Index: openacs-4/packages/acs-admin/www/install/install.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/install/install.tcl,v
diff -u -r1.4 -r1.4.2.1
--- openacs-4/packages/acs-admin/www/install/install.tcl	21 May 2004 09:38:06 -0000	1.4
+++ openacs-4/packages/acs-admin/www/install/install.tcl	10 Jun 2005 00:38:51 -0000	1.4.2.1
@@ -8,12 +8,12 @@
 
 
 if { ![empty_string_p $repository_url] } {
-    set page_title "Install From OpenACS Repository"
+    set page_title "Install or Upgrade From OpenACS Repository"
 } else {
-    set page_title "Install From Local File System"
+    set page_title "Install or Upgrade From Local File System"
 }
 
-set context [list [list "." "Install Software"] $page_title]
+set context [list [list "." "Install or Upgrade Software"] $page_title]
 
 
 #####
@@ -83,7 +83,7 @@
     -multirow packages \
     -key package_key \
     -bulk_actions {
-        "Install checked applications" "install-2" "Install checked applications"
+        "Install or upgrade checked applications" "install-2" "Install or upgrade checked applications"
     } \
     -bulk_action_export_vars {
         repository_url
@@ -92,7 +92,7 @@
         package_name {
             label "Package"
             link_url_col install_url
-            link_html { title "Install this package" }
+            link_html { title "Install or upgrade this package" }
         }
         summary {
             label "Summary"