diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-15 16:43:44 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-15 16:43:44 -0700 |
commit | 7febf1bf21d36f45efba9d458597086e84d4a6b7 (patch) | |
tree | a417444e7e1803f5610293ab8980da0c118efd7b /include/conversation.php | |
parent | d7cc07f5d71316d75ea786d5c442b47c5d234d6d (diff) | |
parent | 2ba95e55a5323f55b5cf8789e86411a23013d2a6 (diff) | |
download | volse-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/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'), |