You have to modify the classes.php file in the wp-includes folder.
Look for sprintf(__( 'View all posts filed under %s' ), $cat_name)
Also, if you want to change the "View all posts in ..." text that shows up when mousing over a category link, edit the category-template.php file also in the wp-includes folder.
Look for sprintf( __( "View all posts in %s" ), $parent->cat_name )...



