Fix translatable value.

This commit is contained in:
Alex Hart 2023-05-05 14:51:39 -03:00 committed by Cody Henthorne
parent c2c1537858
commit 23a042b667

View file

@ -5904,8 +5904,7 @@
<string name="CallLogFragment__select_all">Select all</string>
<!-- Bottom bar option to delete all selected call entries -->
<string name="CallLogFragment__delete">Delete</string>
<!-- Title on multi-delete protection dialog (TODO - final terminology) -->
<plurals name="CallLogFragment__delete_d_calls" translatable="false">
<plurals name="CallLogFragment__delete_d_calls">
<item quantity="one">Delete %1$d call?</item>
<item quantity="other">Delete %1$d calls?</item>
</plurals>