瀏覽代碼

reorder poll category in strings.xml

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 3 年之前
父節點
當前提交
b6d0d58cbe
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      app/src/main/res/values/strings.xml

+ 2 - 4
app/src/main/res/values/strings.xml

@@ -440,10 +440,6 @@
     <string name="play_pause_voice_message">Play/pause voice message</string>
     <string name="nc_voice_message_missing_audio_permission">Permission for audio recording is required</string>
 
-    <!-- polls -->
-    <string name="message_poll_tap_to_vote">Tap to vote</string>
-    <string name="message_poll_tap_see_results">Tap to see results</string>
-
     <!-- Phonebook Integration -->
     <string name="nc_settings_phone_book_integration_key" translatable="false">phone_book_integration</string>
     <string name="nc_settings_phone_book_integration_desc">Match contacts based on phone number to integrate Talk shortcut into system contacts app</string>
@@ -537,6 +533,8 @@
     <string name="message_search_begin_empty">No search results</string>
 
     <!-- Polls -->
+    <string name="message_poll_tap_to_vote">Tap to vote</string>
+    <string name="message_poll_tap_see_results">Tap to see results</string>
     <string name="polls_amount_voters">%1$s voters</string>
     <string name="polls_add_option">Add Option</string>
     <string name="polls_private_voted">You successfully voted for this private poll.</string>