diff options
Diffstat (limited to 'category.php')
-rw-r--r-- | category.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/category.php b/category.php index c62bb3e31..75e346143 100644 --- a/category.php +++ b/category.php @@ -304,8 +304,8 @@ $template->assign_block_vars('summary', array( // about link $template->assign_block_vars('summary', array( -'TITLE'=>$lang['hint_about'], -'NAME'=>$lang['about'], +'TITLE'=>$lang['about_page_title'], +'NAME'=>$lang['About'], 'U_SUMMARY'=>add_session_id( 'about.php?'.str_replace( '&', '&', $_SERVER['QUERY_STRING'] ) ) )); |