mirror of
https://github.com/russok/FitoTrack.git
synced 2025-10-28 16:22:12 -07:00
#8 Change "Okay" to "Stop"
This commit is contained in:
parent
6eb1bfea5e
commit
8eabe26b07
@ -182,7 +182,7 @@ public class RecordWorkoutActivity extends FitoTrackActivity implements Location
|
||||
new AlertDialog.Builder(this)
|
||||
.setTitle(R.string.stopRecordingQuestion)
|
||||
.setMessage(R.string.stopRecordingQuestionMessage)
|
||||
.setPositiveButton(R.string.okay, (dialog, which) -> stop())
|
||||
.setPositiveButton(R.string.stop, (dialog, which) -> stop())
|
||||
.setNegativeButton(R.string.continue_, null)
|
||||
.create().show();
|
||||
}
|
||||
|
||||
@ -23,5 +23,5 @@
|
||||
<item
|
||||
android:id="@+id/actionRecordingStop"
|
||||
android:showAsAction="ifRoom"
|
||||
android:title="@string/workoutStopRecording" />
|
||||
android:title="@string/stop" />
|
||||
</menu>
|
||||
@ -20,7 +20,7 @@
|
||||
<resources>
|
||||
<string name="app_name">FitoTrack</string>
|
||||
<string name="workout_add">Add</string>
|
||||
<string name="workoutStopRecording">Stop</string>
|
||||
<string name="stop">Stop</string>
|
||||
<string name="delete">Delete</string>
|
||||
|
||||
<string name="workoutTime">Time</string>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user