aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-01-14 15:02:02 +0000
committermistic100 <mistic@piwigo.org>2012-01-14 15:02:02 +0000
commita412558492bf24ee9c39502ac37730ff4bc40177 (patch)
tree046c7239358a40292d9c02a146eb897972af2c54 /install.php
parent5ea5350deb37777e815248488fd49699c18ab9e2 (diff)
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
Diffstat (limited to 'install.php')
-rw-r--r--install.php7
1 files changed, 5 insertions, 2 deletions
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',
)