mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-29 14:59:50 +00:00
add i18n support to toast message
This commit is contained in:
parent
d762984ff5
commit
8940c38833
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ public class SetupQemuActivity extends AppCompatActivity implements View.OnClick
|
|||
if (success) {
|
||||
Toast.makeText(
|
||||
getApplicationContext(),
|
||||
"Extraction complete!",
|
||||
R.string.extraction_complete,
|
||||
Toast.LENGTH_SHORT)
|
||||
.show();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue