From 75bfe8b6678bfce6ff4e28d6df3246d9122ec823 Mon Sep 17 00:00:00 2001 From: rub Date: Tue, 15 May 2007 20:23:09 +0000 Subject: Replace some $lang by l10n git-svn-id: http://piwigo.org/svn/trunk@2014 68402e56-0260-453c-a942-63ccdbb3a9ee --- register.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'register.php') diff --git a/register.php b/register.php index 74980a156..eed28b847 100644 --- a/register.php +++ b/register.php @@ -45,7 +45,7 @@ if (isset($_POST['submit'])) { if ($_POST['password'] != $_POST['password_conf']) { - array_push($errors, $lang['reg_err_pass']); + array_push($errors, l10n('reg_err_pass')); } $errors = @@ -91,7 +91,7 @@ $email = !empty($_POST['mail_address'])?$_POST['mail_address']:''; // // Start output of page // -$title= $lang['register_page_title']; +$title= l10n('register_page_title'); $page['body_id'] = 'theRegisterPage'; include(PHPWG_ROOT_PATH.'include/page_header.php'); -- cgit v1.2.3