Fixed dialog message while deleting call log(s)

This commit is contained in:
Sylvain Berfini 2019-02-21 14:59:32 +01:00
parent 2220f5595d
commit 5a2d80e2ab
2 changed files with 2 additions and 1 deletions

View file

@ -168,7 +168,7 @@ public class HistoryFragment extends Fragment
getActivity().getApplicationContext(), mLogs, this, mSelectionHelper);
mHistoryList.setAdapter(mHistoryAdapter);
mSelectionHelper.setAdapter(mHistoryAdapter);
mSelectionHelper.setDialogMessage(R.string.chat_room_delete_dialog);
mSelectionHelper.setDialogMessage(R.string.call_log_delete_dialog);
}
@Override

View file

@ -293,6 +293,7 @@
<string name="call_stats_decoder_name">Decoder:</string>
<string name="call_stats_display_filter">Display filter:</string>
<string name="call">Call</string>
<string name="call_log_delete_dialog">Do you want to delete the selected call logs?</string>
<!-- Recordings -->
<string name="no_recordings">No recordings</string>