aboutsummaryrefslogtreecommitdiffstats
path: root/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'about.php')
-rw-r--r--about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.php b/about.php
index 2039e9686..0e0983e6d 100644
--- a/about.php
+++ b/about.php
@@ -34,7 +34,7 @@ check_status(ACCESS_GUEST);
//
// Start output of page
//
-$title= l10n('about_page_title');
+$title= l10n('About Piwigo');
$page['body_id'] = 'theAboutPage';
include(PHPWG_ROOT_PATH.'include/page_header.php');