corrected dialog content
This commit is contained in:
parent
7f3979d4f4
commit
a3a4796296
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ public class MainActivityTrackFragment extends Fragment implements AdapterView.O
|
||||||
} else {
|
} else {
|
||||||
// CASE: EXPORT - GPX file does NOT yet exits
|
// CASE: EXPORT - GPX file does NOT yet exits
|
||||||
dialogTitle = R.string.dialog_export_title_export;
|
dialogTitle = R.string.dialog_export_title_export;
|
||||||
dialogMessage = getString(R.string.dialog_export_content_export) + " (" + mTrack.getTrackDuration() + " | " + mTrack.getTrackDistance() + ")";
|
dialogMessage = getString(R.string.dialog_export_content_export) + " (" + recordingStartDate + " | " + mTrack.getTrackDistance() + ")";
|
||||||
dialogPositiveButton = R.string.dialog_export_action_export;
|
dialogPositiveButton = R.string.dialog_export_action_export;
|
||||||
dialogNegativeButton = R.string.dialog_default_action_cancel;
|
dialogNegativeButton = R.string.dialog_default_action_cancel;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue