Added save file text

This commit is contained in:
M66B
2022-09-27 14:09:58 +02:00
parent 5618e95aa6
commit 5354f7cff4
2 changed files with 2 additions and 1 deletions

View File

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