mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
- 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
This commit is contained in:
+2
-2
@@ -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'] ) )
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user