Add plural string for chat deletion.

This commit is contained in:
Nicholas Tinsley
2024-02-09 10:18:17 -05:00
committed by Greyson Parrelli
parent 155f6a88f8
commit 2ab689c59b
2 changed files with 5 additions and 2 deletions

View File

@@ -1201,7 +1201,7 @@ public class ConversationListFragment extends MainFragment implements ActionMode
protected void onPreExecute() {
dialog = SignalProgressDialog.show(requireActivity(),
context.getString(R.string.ConversationListFragment_deleting),
context.getString(R.string.ConversationListFragment_deleting_selected_conversations),
context.getResources().getQuantityString(R.plurals.ConversationListFragment_deleting_selected_conversations, conversationsCount),
true,
false);
}