diff --git a/include/section_init.inc.php b/include/section_init.inc.php index e2e0c0712..a9b682e60 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -379,7 +379,8 @@ else $page = array_merge( $page, array( - 'title' => l10n('Favorites') + 'title' => '' + .l10n('Favorites').'' ) ); @@ -469,7 +470,8 @@ SELECT DISTINCT(id) $page = array_merge( $page, array( - 'title' => l10n('Recent albums'), + 'title' => '' + .l10n('Recent albums').'' ) ); }