fix strings with wrong placeholders

This commit is contained in:
Conny Duck 2021-02-23 19:19:44 +01:00
commit 019051bd7d
2 changed files with 1 additions and 2 deletions

View file

@ -487,5 +487,5 @@
<string name="notification_subscription_name">Neue Beiträge</string>
<string name="pref_title_animate_custom_emojis">GIF-Emojis animieren</string>
<string name="pref_title_notification_filter_subscriptions">Jemand, den ich abonniert habe, etwas Neues veröffentlicht</string>
<string name="notification_subscription_format">% hat gerade etwas gepostet</string>
<string name="notification_subscription_format">%s hat gerade etwas gepostet</string>
</resources>