aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-29 18:57:26 -0700
committerFriendika <info@friendika.com>2011-03-29 18:57:26 -0700
commit066bdca30dde91fd94c58707f638536ec0ba9002 (patch)
treede30df727ed397d892338a0b609d357d668163f3 /mod/profile.php
parent8f547283c07483123901ae41c9f70881113cb35d (diff)
downloadvolse-hubzilla-066bdca30dde91fd94c58707f638536ec0ba9002.tar.gz
volse-hubzilla-066bdca30dde91fd94c58707f638536ec0ba9002.tar.bz2
volse-hubzilla-066bdca30dde91fd94c58707f638536ec0ba9002.zip
optionally set article title
Diffstat (limited to 'mod/profile.php')
-rw-r--r--mod/profile.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 1101c6998..17f6a2d45 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -138,7 +138,8 @@ function profile_content(&$a, $update = 0) {
'$utubeurl' => t('Please enter a YouTube link:'),
'$vidurl' => t("Please enter a video\x28.ogg\x29 link/URL:"),
'$audurl' => t("Please enter an audio\x28.ogg\x29 link/URL:"),
- '$whereareu' => t('Where are you right now?')
+ '$whereareu' => t('Where are you right now?'),
+ '$title' => t('Enter a title for this item')
));
require_once('include/acl_selectors.php');
@@ -169,6 +170,7 @@ function profile_content(&$a, $update = 0) {
'$audio' => t('Insert Vorbis [.ogg] audio'),
'$setloc' => t('Set your location'),
'$noloc' => t('Clear browser location'),
+ '$title' => t('Set title'),
'$wait' => t('Please wait'),
'$permset' => t('Permission settings'),
'$content' => '',