aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-15 16:43:44 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-15 16:43:44 -0700
commit7febf1bf21d36f45efba9d458597086e84d4a6b7 (patch)
treea417444e7e1803f5610293ab8980da0c118efd7b /include
parentd7cc07f5d71316d75ea786d5c442b47c5d234d6d (diff)
parent2ba95e55a5323f55b5cf8789e86411a23013d2a6 (diff)
downloadvolse-hubzilla-7febf1bf21d36f45efba9d458597086e84d4a6b7.tar.gz
volse-hubzilla-7febf1bf21d36f45efba9d458597086e84d4a6b7.tar.bz2
volse-hubzilla-7febf1bf21d36f45efba9d458597086e84d4a6b7.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'include')
-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'),