mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -04:00
Fixed some '%s'
This commit is contained in:
parent
ed6f15dd6f
commit
2434086335
@ -116,7 +116,7 @@ public class MCLauncherActivity extends AppCompatActivity
|
||||
} catch(Exception e) {
|
||||
//Tools.throwError(this, e);
|
||||
e.printStackTrace();
|
||||
toast(getStr(R.string.toast_login_error) + " " + e.getMessage());
|
||||
toast(getStr(R.string.toast_login_error, e.getMessage()));
|
||||
finish();
|
||||
}
|
||||
|
||||
@ -611,7 +611,7 @@ public class MCLauncherActivity extends AppCompatActivity
|
||||
}
|
||||
}
|
||||
|
||||
publishProgress("5", getStr(R.string.mcl_launch_download_client) + p1[0]);
|
||||
publishProgress("5", getStr(R.string.mcl_launch_download_client, p1[0]));
|
||||
outUnpatchedConvert = new File(unpatchedPath);
|
||||
boolean patchedExist = new File(patchedFile).exists();
|
||||
if (!patchedExist) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user