From a412558492bf24ee9c39502ac37730ff4bc40177 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 14 Jan 2012 15:02:02 +0000 Subject: feature:2021 change contents of the mail + add option on admin/user_list git-svn-id: http://piwigo.org/svn/trunk@12886 68402e56-0260-453c-a942-63ccdbb3a9ee --- install.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index 9bbaa6157..1209bcd4a 100644 --- a/install.php +++ b/install.php @@ -469,7 +469,10 @@ else get_l10n_args('Hello %s,', $admin_name), get_l10n_args('Welcome to your new installation of Piwigo!', ''), get_l10n_args('', ''), - get_l10n_args('Here is your password: %s', $admin_pass1), + get_l10n_args('Here are your connection settings', ''), + get_l10n_args('Username: %s', $admin_name), + get_l10n_args('Password: %s', $admin_pass1), + get_l10n_args('Email: %s', $admin_mail), get_l10n_args('', ''), get_l10n_args('Don\'t hesitate to consult our forums for any help: %s', PHPWG_URL), ); @@ -477,7 +480,7 @@ else pwg_mail( $admin_mail, array( - 'subject' => 'Just another Piwigo gallery', + 'subject' => l10n('Just another Piwigo gallery'), 'content' => l10n_args($keyargs_content), 'content_format' => 'text/plain', ) -- cgit v1.2.3