Add "reply to" hint to submit button
This commit is contained in:
parent
5066945adc
commit
9ebf2dc97b
@ -305,7 +305,7 @@ class ThreadItem {
|
|||||||
if($this->is_commentable() && $observer) {
|
if($this->is_commentable() && $observer) {
|
||||||
$like = array( t("I like this \x28toggle\x29"), t("like"));
|
$like = array( t("I like this \x28toggle\x29"), t("like"));
|
||||||
$dislike = array( t("I don't like this \x28toggle\x29"), t("dislike"));
|
$dislike = array( t("I don't like this \x28toggle\x29"), t("dislike"));
|
||||||
$reply_to = array( t("Reply on this comment"), t("reply"));
|
$reply_to = array( t("Reply on this comment"), t("reply"), t("Reply to"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($shareable) {
|
if ($shareable) {
|
||||||
|
Reference in New Issue
Block a user