You can change the wording of "All Sites" in the admin panel, phrase/language editor.
languages/english.php
$LNG['main_all'] = 'All Sites';
OR you could make your own plugin file:
rankings_order_by.php:
PHP:
if (!$TMPL['cat_exist']) {
$TMPL['header'] = "{$LNG['main_header']}";
}