Index: openacs-4/packages/workflow/tcl/install-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/install-procs.tcl,v
diff -u -r1.5.2.2 -r1.5.2.3
--- openacs-4/packages/workflow/tcl/install-procs.tcl	22 Apr 2003 13:30:07 -0000	1.5.2.2
+++ openacs-4/packages/workflow/tcl/install-procs.tcl	15 May 2003 07:49:58 -0000	1.5.2.3
@@ -203,7 +203,7 @@
             }
             GetPrettyName { 
                 description "Get the pretty name of this implementation."
-                output { object_type:string }
+                output { pretty_name:string }
                 iscachable_p "t"
             }
             DoSideEffect {
@@ -237,7 +237,7 @@
             }
             GetPrettyName {
                 description "Get the pretty name of this implementation."
-                output { object_type:string }
+                output { pretty_name:string }
                 iscachable_p "t"
             }
             GetTitle {
@@ -275,7 +275,7 @@
             }
             GetPrettyName {
                 description "Get the pretty name of this implementation."
-                output { object_type:string }
+                output { pretty_name:string }
                 iscachable_p "t"
             }
             GetNotificationInfo {