Index: openacs-4/packages/acs-subsite/www/permissions/perm-include.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/perm-include.tcl,v diff -u -N -r1.6 -r1.6.2.1 --- openacs-4/packages/acs-subsite/www/permissions/perm-include.tcl 7 Mar 2005 21:10:28 -0000 1.6 +++ openacs-4/packages/acs-subsite/www/permissions/perm-include.tcl 27 Jul 2005 12:26:22 -0000 1.6.2.1 @@ -42,7 +42,7 @@ lappend elements ${priv}_p \ [list \ html { align center } \ - label [string totitle [string map {_ { }} $priv]] \ + label [string totitle [string map {_ { }} [_ acs-subsite.$priv]]] \ display_template " \"X\" @@ -78,9 +78,9 @@ set inherit_p [permission::inherit_p -object_id $object_id] if { $inherit_p } { - lappend actions "Do not inherit from $parent_object_name" [export_vars -base "${perm_url}toggle-inherit" {object_id {return_url [ad_return_url]}}] "Stop inheriting permissions from the $parent_object_name" + lappend actions "[_ acs-subsite.lt_Do_not_inherit_from_p]" [export_vars -base "${perm_url}toggle-inherit" {object_id {return_url [ad_return_url]}}] "[_ acs-subsite.lt_Stop_inheriting_permi]" } else { - lappend actions "Inherit from $parent_object_name" [export_vars -base "${perm_url}toggle-inherit" {object_id {return_url [ad_return_url]}}] "Inherit permissions from the $parent_object_name" + lappend actions "[_ acs-subsite.lt_Inherit_from_parent_o]" [export_vars -base "${perm_url}toggle-inherit" {object_id {return_url [ad_return_url]}}] "[_ acs-subsite.lt_Inherit_permissions_f]" } }