Fixed dialog message while deleting call log(s)
This commit is contained in:
parent
2220f5595d
commit
5a2d80e2ab
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue