diff --git a/app/src/main/res/layout/dialog_poll_results.xml b/app/src/main/res/layout/dialog_poll_results.xml index 8c488b818..1e845afe7 100644 --- a/app/src/main/res/layout/dialog_poll_results.xml +++ b/app/src/main/res/layout/dialog_poll_results.xml @@ -56,7 +56,7 @@ android:id="@+id/edit_vote_button" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/edit" + android:text="@string/polls_edit_vote" android:theme="@style/Button.Primary" app:cornerRadius="@dimen/button_corner_radius" /> diff --git a/app/src/main/res/layout/dialog_poll_vote.xml b/app/src/main/res/layout/dialog_poll_vote.xml index b3cc0ddb4..c37eec3e2 100644 --- a/app/src/main/res/layout/dialog_poll_vote.xml +++ b/app/src/main/res/layout/dialog_poll_vote.xml @@ -81,7 +81,7 @@ android:id="@+id/poll_vote_submit_button" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/nc_common_submit" + android:text="@string/polls_submit_vote" android:theme="@style/Button.Primary" app:cornerRadius="@dimen/button_corner_radius" /> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 62afac6ea..b25329f57 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -28,7 +28,6 @@ Set Dismiss Sorry, something went wrong! - Submit Settings @@ -535,10 +534,12 @@ Tap to vote Tap to see results - %1$s voters - Add Option + %1$s votes + Add option You successfully voted for this private poll. - End Poll + Edit vote + Vote + End poll Do you really want to end this poll? This can\'t be undone. You can\'t vote with more options for this poll. Results