aboutsummaryrefslogtreecommitdiffstats
path: root/mod/register.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-15 20:33:01 -0800
committerFriendika <info@friendika.com>2010-11-15 20:33:01 -0800
commit3374c698a2f296530a75ec34fa90f4c45ede0d45 (patch)
treedba8a6877d5816c75bacf54561ebd08d815fa7fd /mod/register.php
parent949842a88d3f3c84fc87fbb549b2b397076dcbc5 (diff)
downloadvolse-hubzilla-3374c698a2f296530a75ec34fa90f4c45ede0d45.tar.gz
volse-hubzilla-3374c698a2f296530a75ec34fa90f4c45ede0d45.tar.bz2
volse-hubzilla-3374c698a2f296530a75ec34fa90f4c45ede0d45.zip
i18n update
Diffstat (limited to 'mod/register.php')
-rw-r--r--mod/register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/register.php b/mod/register.php
index 12d27482b..30666405c 100644
--- a/mod/register.php
+++ b/mod/register.php
@@ -317,7 +317,7 @@ function register_content(&$a) {
'$registertext' =>((x($a->config,'register_text'))
? '<div class="error-message">' . $a->config['register_text'] . '</div>'
: "" ),
- '$namelabel' => t('Your Full Name (e.g. Joe Smith): '),
+ '$namelabel' => t('Your Full Name ' . "\x28" . 'e.g. Joe Smith' . "\x29" . ': '),
'$addrlabel' => t('Your Email Address: '),
'$nickdesc' => t('Choose a profile nickname. This must begin with a text character. Your global profile locator will then be \'<strong>nickname@$sitename</strong>\'.'),
'$nicklabel' => t('Choose a nickname: '),