aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-10-19 20:40:56 +1100
committerRedMatrix <info@friendica.com>2014-10-19 20:40:56 +1100
commit5ded3d5247ce1592576281c29a2f0c41d8c04f1e (patch)
treec0eb9a8d4b2a76f65eb53a49ae88378cd73cc28e /mod/profiles.php
parentfb183a29b9e92d22981019c97f4651fbc5fe0c9a (diff)
parenta6c4ae186e9e9962ce9ea364a95b49b5e2cbc81d (diff)
downloadvolse-hubzilla-5ded3d5247ce1592576281c29a2f0c41d8c04f1e.tar.gz
volse-hubzilla-5ded3d5247ce1592576281c29a2f0c41d8c04f1e.tar.bz2
volse-hubzilla-5ded3d5247ce1592576281c29a2f0c41d8c04f1e.zip
Merge pull request #649 from pafcu/master
Improvements to date selection
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index b23ae5cc5..14f24c5cf 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -626,7 +626,7 @@ logger('extra_fields: ' . print_r($extra_fields,true));
'$lbl_fullname' => t('Your Full Name:'),
'$lbl_title' => t('Title/Description:'),
'$lbl_gender' => t('Your Gender:'),
- '$lbl_bd' => sprintf( t("Birthday \x28%s\x29:"),datesel_format($f)),
+ '$lbl_bd' => t("Birthday :"),
'$lbl_address' => t('Street Address:'),
'$lbl_city' => t('Locality/City:'),
'$lbl_zip' => t('Postal/Zip Code:'),