Skip to content

Commit 3e33ba4

Browse files
authored
Change upload dialog positive button text to 'Upload'
1 parent 78b666d commit 3e33ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/at/tomtasche/reader/ui/activity/DocumentFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ private void offerUpload(Activity activity, FileLoader.Options options, boolean
555555
builder.setTitle(R.string.toast_error_illegal_file);
556556
builder.setMessage(R.string.dialog_upload_file);
557557

558-
builder.setPositiveButton(getString(android.R.string.ok),
558+
builder.setPositiveButton(getString(R.string.action_upload),
559559
new DialogInterface.OnClickListener() {
560560

561561
@Override

0 commit comments

Comments
 (0)