Rename "greentext" to "quote"

This commit is contained in:
miruka
2019-08-30 12:10:45 -04:00
parent b651be3c30
commit 927323909d
4 changed files with 9 additions and 9 deletions

View File

@@ -80,8 +80,8 @@ HTileDelegate {
) + ": " + ev.inline_content
return text.replace(
/< *span +class=['"]?greentext['"]? *>(.+)<\/ *span *>/,
'<font color="' + theme.chat.message.greenText + '">$1</font>',
/< *span +class=['"]?quote['"]? *>(.+)<\/ *span *>/,
'<font color="' + theme.chat.message.quote + '">$1</font>',
)
}