Separate end poll strings.

This commit is contained in:
Michelle Tang
2025-11-11 18:23:16 -05:00
committed by Alex Hart
parent 7adcc466ad
commit 7e4085b9a9
3 changed files with 8 additions and 4 deletions

View File

@@ -2125,6 +2125,8 @@
<string name="MessageRecord_unsupported_feature">%1$s sent you a message that can\'t be processed or displayed because it uses a new Signal feature.</string>
<!-- Update message shown when someone ends the poll. %1$s is the person who ended the poll and %2$s is the poll question. -->
<string name="MessageRecord_ended_the_poll">%1$s ended the poll: \"%2$s\"</string>
<!-- Update message shown when you end the poll. %1$s is the poll question. -->
<string name="MessageRecord_you_ended_the_poll">You ended the poll: \"%1$s\"</string>
<!-- MessageRequestBottomView -->
<string name="MessageRequestBottomView_accept">Accept</string>
@@ -8860,6 +8862,8 @@
<string name="Poll__poll_question">Poll: %1$s</string>
<!-- Notification message sent when a poll ends. %1$s is the creator. %2$s is the question of the poll -->
<string name="Poll__poll_end">%1$s ended the poll: \"%2$s\"</string>
<!-- Thread body message when a poll ends. %1$s is the question of the poll -->
<string name="Poll__you_poll_end">You ended the poll: \"%1$s\"</string>
<!-- Notification message sent when someone votes in the poll. %1$s is the voter. %2$s is the question of the poll -->
<string name="Poll__poll_voted">%1$s voted in the poll: \"%2$s\"</string>
<!-- Option in settings to configure notifications for polls -->