Changed string

This commit is contained in:
Agnieszka C 2023-12-22 09:53:13 +01:00
parent 535d722936
commit 8c1ff75655
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@
android:layout_marginEnd="@dimen/activity_margin"
android:layout_marginBottom="@dimen/bigger_margin"
android:paddingBottom="@dimen/activity_margin"
android:text="@string/use_custom_notifications" />
android:text="@string/enable_custom_notifications" />
</RelativeLayout>

View file

@ -60,7 +60,7 @@
<string name="mark_as_read">Oznacz jako przeczytane</string>
<string name="mark_as_unread">Oznacz jako nieprzeczytane</string>
<string name="me">Ja</string>
<string name="use_custom_notifications">Używaj niestandardowych powiadomień</string>
<string name="enable_custom_notifications">Włącz niestandardowe powiadomienia</string>
<!-- Archive -->
<string name="unarchive">Cofnij archiwizację</string>
<string name="empty_archive">Usuń wszystkie zarchiwizowane rozmowy</string>

View file

@ -58,7 +58,7 @@
<string name="mark_as_read">Mark as Read</string>
<string name="mark_as_unread">Mark as Unread</string>
<string name="me">Me</string>
<string name="use_custom_notifications">Use custom notifications</string>
<string name="enable_custom_notifications">Enable custom notifications</string>
<!-- Archive -->
<string name="unarchive">Unarchive</string>
<string name="empty_archive">Delete all archived conversations</string>