aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-15 09:20:27 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-15 09:20:27 +0200
commit834044b15bf4cd3f436f065449cbc0ed76b4de93 (patch)
tree76c7ba2286bb8cb3c031137f394cc3bd02b84c73 /include/conversation.php
parent2c8394a4b90b5b6dc52d5d886fd8e96134e57406 (diff)
downloadvolse-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.php2
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'),