diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-15 09:20:27 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-15 09:20:27 +0200 |
commit | 834044b15bf4cd3f436f065449cbc0ed76b4de93 (patch) | |
tree | 76c7ba2286bb8cb3c031137f394cc3bd02b84c73 /include/conversation.php | |
parent | 2c8394a4b90b5b6dc52d5d886fd8e96134e57406 (diff) | |
download | volse-hubzilla-834044b15bf4cd3f436f065449cbc0ed76b4de93.tar.gz volse-hubzilla-834044b15bf4cd3f436f065449cbc0ed76b4de93.tar.bz2 volse-hubzilla-834044b15bf4cd3f436f065449cbc0ed76b4de93.zip |
title=>name
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index 67f3afde0..05898cfce 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1171,7 +1171,7 @@ function status_editor($a, $x, $popup = false) { '$action' => $a->get_baseurl(true) . '/item', '$share' => (x($x,'button') ? $x['button'] : t('Share')), '$webpage' => $webpage, - '$placeholdpagetitle' => ((x($x,'ptlabel')) ? $x['ptlabel'] : t('Page link title')), + '$placeholdpagetitle' => ((x($x,'ptlabel')) ? $x['ptlabel'] : t('Page link name')), '$pagetitle' => (x($x,'pagetitle') ? $x['pagetitle'] : ''), '$id_select' => $id_select, '$id_seltext' => t('Post as'), |