diff options
author | Friendika <info@friendika.com> | 2011-01-14 02:16:30 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-14 02:16:30 -0800 |
commit | 456a7a97403ce3f6548dbda325719889342ad923 (patch) | |
tree | e077db04e1f05996b9d2e126796373a858d75b9e /include/items.php | |
parent | a1c069ee02a00f55008c512c3dba101ae391badb (diff) | |
download | volse-hubzilla-456a7a97403ce3f6548dbda325719889342ad923.tar.gz volse-hubzilla-456a7a97403ce3f6548dbda325719889342ad923.tar.bz2 volse-hubzilla-456a7a97403ce3f6548dbda325719889342ad923.zip |
string update
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index d2104c395..1a5ca5a1f 100644 --- a/include/items.php +++ b/include/items.php @@ -992,7 +992,7 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0) { * */ - $bdtext = '[url=' . $contact['url'] . ']' . $contact['name'] . '[/url]' . t('\'s birthday'); + $bdtext = t('Birthday:') . ' [url=' . $contact['url'] . ']' . $contact['name'] . '[/url]' ; $r = q("INSERT INTO `event` (`uid`,`cid`,`created`,`edited`,`start`,`finish`,`desc`,`type`) |