This commit is contained in:
barisusakli
2014-06-23 18:47:52 -04:00
parent bd4722665d
commit 36ed21ad72
2 changed files with 12 additions and 11 deletions

View File

@@ -140,7 +140,7 @@ define('forum/topic/postTools', ['composer', 'share', 'navigator'], function(com
if($('.composer').length) {
composer.addQuote(tid, pid, topicName, username, quoted);
} else {
composer.newReply(tid, pid, topicName, username + ' said:\n' + quoted);
composer.newReply(tid, pid, topicName, '[[modules:composer.user_said, ' + username + ']]' + quoted);
}
});
}