Index: openacs-4/packages/acs-subsite/www/user/portrait/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/user/portrait/index.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-subsite/www/user/portrait/index.tcl 6 Sep 2002 21:50:14 -0000 1.2 +++ openacs-4/packages/acs-subsite/www/user/portrait/index.tcl 18 Sep 2002 14:54:54 -0000 1.3 @@ -47,9 +47,9 @@ and a.rel_type = 'user_portrait_rel'"] || [empty_string_p $revision_id]} { # The user doesn't have a portrait yet if {$admin_p} { - set message "This user doesn't have a portrait yet. You can go upload the user's portrait." + set message "This user doesn't have a portrait yet. You can go upload the user's portrait." } else { - set message "You don't have a portrait yet. You can go upload your portrait" + set message "You don't have a portrait yet. You can go upload your portrait" } ad_return_error "No Portrait" "$message" @@ -67,7 +67,7 @@ "} errmsg] { # There was an error obtaining the picture information - ad_return_error "Invalid Picture" "The picture of you in the system is invalid. Please upload another picture." + ad_return_error "Invalid Picture" "The picture of you in the system is invalid. Please upload another picture." return }