Import/export: select file

This commit is contained in:
M66B 2022-08-11 17:55:40 +02:00
parent 77ba561207
commit 8a051be172
1 changed files with 2 additions and 2 deletions

View File

@ -1913,7 +1913,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
Dialog dialog = new AlertDialog.Builder(context)
.setView(dview)
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
.setPositiveButton(R.string.title_add_image_select, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
String password1 = etPassword1.getEditText().getText().toString();
@ -1978,7 +1978,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
Dialog dialog = new AlertDialog.Builder(context)
.setView(dview)
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
.setPositiveButton(R.string.title_add_image_select, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
String password1 = etPassword1.getEditText().getText().toString();