Merge pull request #4591 from nextcloud/correctTranslationPollsDelete

fix translation for polls_option_delete
This commit is contained in:
Marcel Hibbe 2025-01-10 10:51:06 +01:00 committed by GitHub
commit 5e72621469
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -730,7 +730,7 @@ How to translate with transifex:
<string name="polls_question_hint">Your question</string>
<string name="polls_options">Options</string>
<string name="polls_option_hint">Option %1$d</string>
<string name="polls_option_delete">Delete option %1$s</string>
<string name="polls_option_delete">Delete option %1$d</string>
<string name="polls_settings">Settings</string>
<string name="polls_private_poll">Private poll</string>
<string name="polls_multiple_answers">Multiple answers</string>