From 8ffddd4dbd13bbafc5fc84b957ef78d7f90d576d Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 16 Nov 2016 05:57:55 +0000
Subject: [PATCH] Poll display support: * uses new text.dat strings: -
 PollVoteNotice - PollAnswerNumber - PollAnswerFmt - PollAnswerChecked

---
 ctrl/text.dat | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ctrl/text.dat b/ctrl/text.dat
index 2f5064446a..115cf84b7e 100644
--- a/ctrl/text.dat
+++ b/ctrl/text.dat
@@ -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
-- 
GitLab