diff options
Diffstat (limited to '')
-rw-r--r-- | category.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/category.php b/category.php index 686a7508b..3eb7bc095 100644 --- a/category.php +++ b/category.php @@ -156,7 +156,7 @@ if ( !$user['is_the_guest'] ) else { $vtp->setVar( $handle, 'summary.title', $lang['hint_login'] ); - $vtp->setVar( $handle, 'summary.name', replace_space( $lang['login'] ) ); + $vtp->setVar( $handle, 'summary.name', replace_space( $lang['menu_login'])); } $vtp->closeSession( $handle, 'summary' ); // links for registered users |