Index: openacs-4/packages/acs-lang/www/change-locale-include.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/change-locale-include.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-lang/www/change-locale-include.tcl 21 Nov 2002 15:12:06 -0000 1.4 +++ openacs-4/packages/acs-lang/www/change-locale-include.tcl 3 Dec 2002 17:27:14 -0000 1.5 @@ -41,10 +41,10 @@ if { ($package_id != "") && ([ad_conn user_id] != 0) } { element create locale package_level_explain -datatype text -widget inform -label " " \ - -value "Your locale setting for this specific [apm_package_key_from_id $package_id] package. This will override the site-wide setting if it is set." + -value "Your locale setting for [apm_instance_name_from_id $package_id]. If set, this will override the site-wide setting in this particular application." element create locale package_level_locale -datatype text -widget select -optional \ - -label "Locale for this [apm_package_key_from_id $package_id]" \ + -label "Locale for [apm_instance_name_from_id $package_id]" \ -options $list_of_locales }