Fix formatting

This commit is contained in:
Xavier Gouchet 2019-10-09 17:12:00 +02:00
parent 4f65aa015a
commit c81fcba22d
2 changed files with 2 additions and 3 deletions

View File

@ -136,8 +136,7 @@ public class StatisticsFragment extends Fragment {
R.string.statistics_reset_data_msg) {
@Override
public void onConfirmButtonPressed(
DialogInterface dialog) {
public void onConfirmButtonPressed(DialogInterface dialog) {
dialog.dismiss();
doResetStatistics();
}

View File

@ -39,7 +39,7 @@
<string name="statistics_speed_not_counted">Notice: Playback speed is never taken into account.</string>
<string name="statistics_reset_data">Reset statistics data</string>
<string name="statistics_reset_data_title">Reset statistics data</string>
<string name="statistics_reset_data_msg">This will erase the history of duration played for all episodes. Are you sure you want to proceed ?</string>
<string name="statistics_reset_data_msg">This will erase the history of duration played for all episodes. Are you sure you want to proceed?</string>
<!-- Main activity -->
<string name="drawer_open">Open menu</string>