aboutsummaryrefslogtreecommitdiffstats
path: root/category.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-10-15 21:47:19 +0000
committerplegall <plg@piwigo.org>2005-10-15 21:47:19 +0000
commitd411c48e9fdae60f4f9823ff7add790b39feeba2 (patch)
tree0dbf78eb65d3dbbb2394855ef265a887c9ec5e4c /category.php
parentf8c3f9eb6565a5a538afe6a1da9d8bd1e89f7f2d (diff)
- modification: localized labels in Administration>Pictures>Caddie
- translation: bug fixed on special categories title in French - translation: all help pages were translated in french git-svn-id: http://piwigo.org/svn/trunk@889 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'category.php')
-rw-r--r--category.php4
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( '&', '&amp;', $_SERVER['QUERY_STRING'] ) )
));