Fix translatable value.
This commit is contained in:
parent
c2c1537858
commit
23a042b667
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue