rename close poll to end poll

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-06-24 13:56:29 +02:00 committed by Andy Scherzinger (Rebase PR Action)
parent 6447b82969
commit fb54b35cf0
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@
android:id="@+id/poll_results_close_poll_button" android:id="@+id/poll_results_close_poll_button"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/polls_close_poll" android:text="@string/polls_end_poll"
style="@style/OutlinedButton" style="@style/OutlinedButton"
android:layout_marginEnd="@dimen/standard_margin" android:layout_marginEnd="@dimen/standard_margin"
app:cornerRadius="@dimen/button_corner_radius" app:cornerRadius="@dimen/button_corner_radius"

View File

@ -54,7 +54,7 @@
android:id="@+id/poll_vote_close_poll_button" android:id="@+id/poll_vote_close_poll_button"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/polls_close_poll" android:text="@string/polls_end_poll"
style="@style/OutlinedButton" style="@style/OutlinedButton"
android:layout_marginEnd="@dimen/standard_margin" android:layout_marginEnd="@dimen/standard_margin"
app:cornerRadius="@dimen/button_corner_radius" app:cornerRadius="@dimen/button_corner_radius"

View File

@ -539,7 +539,7 @@
<!-- Polls --> <!-- Polls -->
<string name="polls_amount_voters">Poll results - %1$s votes</string> <string name="polls_amount_voters">Poll results - %1$s votes</string>
<string name="polls_add_option">Add Option</string> <string name="polls_add_option">Add Option</string>
<string name="polls_close_poll">Close Poll</string> <string name="polls_end_poll">End Poll</string>
<string name="title_attachments">Attachments</string> <string name="title_attachments">Attachments</string>