Skip to content
Snippets Groups Projects
Commit 8ffddd4d authored by rswindell's avatar rswindell
Browse files

Poll display support:

* uses new text.dat strings:
- PollVoteNotice
- PollAnswerNumber
- PollAnswerFmt
- PollAnswerChecked
parent c78f6f84
No related branches found
No related tags found
No related merge requests found
......@@ -953,3 +953,7 @@
"\r\n \1bMsg \1n\1b: \1h\1cVoted Up %u times and Down %u times" 784 MsgVotes
"\r\n\1n\1hOn %s, in \1c%s \1n\1c%s\r\n\1h\1m%s \1cUp\1n\1m-voted your message: \1n\1h%s\r\n" 785 MsgUpVoteNotice
"\r\n\1n\1hOn %s, in \1c%s \1n\1c%s\r\n\1h\1m%s \1rDown\1n\1m-voted your message: \1n\1h%s\r\n" 786 MsgDownVoteNotice
"\r\n\1n\1hOn %s, in \1c%s \1n\1c%s\r\n\1h\1m%s voted in your poll: \1n\1h%s\r\n" 787 PollVoteNotice
"\1n\1c\1h%2u\1n\1c: " 788 PollAnswerNumber
"%-*.*s [%-4u %3.0f%%]" 789 PollAnswerFmt
" \251" 790 PollAnswerChecked
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment