mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 02:36:55 +00:00
Add plural string for chat deletion.
This commit is contained in:
committed by
Greyson Parrelli
parent
155f6a88f8
commit
2ab689c59b
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user