Changed text

This commit is contained in:
M66B 2019-08-13 18:22:52 +02:00
parent 3a7bf609d7
commit 3ba59a3688
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
@Override
protected void onPostExecute(Bundle args) {
btnCleanup.setEnabled(true);
ToastEx.makeText(getContext(), R.string.title_setup_done, Toast.LENGTH_LONG).show();
ToastEx.makeText(getContext(), R.string.title_completed, Toast.LENGTH_LONG).show();
}
@Override