mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +01:00
rename close poll to end poll
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
6447b82969
commit
fb54b35cf0
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user