summaryrefslogtreecommitdiff
path: root/actions/emailsettings.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-12 17:27:38 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-12 17:27:38 +0200
commit6b010ac79c75978f6782c3058d4453e4230ec2b6 (patch)
tree4aeba41c356efa17f89d6f47bd6d02446c32cc99 /actions/emailsettings.php
parent9bc4aaeca34a711e482c3f2c064bb18e65eda0be (diff)
Update/add translator documentation.
Diffstat (limited to 'actions/emailsettings.php')
-rw-r--r--actions/emailsettings.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/actions/emailsettings.php b/actions/emailsettings.php
index 6138a88f9..9c250fc8a 100644
--- a/actions/emailsettings.php
+++ b/actions/emailsettings.php
@@ -131,7 +131,11 @@ class EmailsettingsAction extends AccountSettingsAction
// TRANS: Field label for e-mail address input in e-mail settings form.
$this->input('email', _('Email address'),
($this->arg('email')) ? $this->arg('email') : null,
- // TRANS: Instructions for e-mail address input form.
+ // TRANS: Instructions for e-mail address input form. Do not translate
+ // TRANS: "example.org". It is one of the domain names reserved for
+ // TRANS: use in examples by http://www.rfc-editor.org/rfc/rfc2606.txt.
+ // TRANS: Any other domain may be owned by a legitimate person or
+ // TRANS: organization.
_('Email address, like "UserName@example.org"'));
$this->elementEnd('li');
$this->elementEnd('ul');