diff -r 1316404e4ea8 -r a6ed8b6cdbe1 includes/functions.php --- a/includes/functions.php Sun Oct 28 21:19:36 2007 -0400 +++ b/includes/functions.php Sun Oct 28 23:50:10 2007 -0400 @@ -639,6 +639,7 @@ function show_category_info() { global $db, $session, $paths, $template, $plugins; // Common objects + global $lang; if ( $paths->namespace == 'Category' ) { @@ -754,9 +755,9 @@ { echo '
- Users that voted: ' . $hr . '
- Delete page | Reset votes + ' . $lang->get('etc_lbl_notice') . ' ' . $string . '
+ ' . $lang->get('delvote_lbl_users_that_voted') . ' ' . $hr . '
+ ' . $lang->get('delvote_btn_deletepage') . ' | ' . $lang->get('delvote_btn_resetvotes') . '