Fixed typo in message of alert dialog for not loaded libraries on Android.
parent
391c31cf06
commit
d4bdd2469f
|
@ -122,7 +122,7 @@ public class SDLActivity extends Activity {
|
||||||
if (mBrokenLibraries)
|
if (mBrokenLibraries)
|
||||||
{
|
{
|
||||||
AlertDialog.Builder dlgAlert = new AlertDialog.Builder(this);
|
AlertDialog.Builder dlgAlert = new AlertDialog.Builder(this);
|
||||||
dlgAlert.setMessage("An error occurred while try to start the application. Please try again and/or reinstall.");
|
dlgAlert.setMessage("An error occurred while trying to start the application. Please try again and/or reinstall.");
|
||||||
dlgAlert.setTitle("SDL Error");
|
dlgAlert.setTitle("SDL Error");
|
||||||
dlgAlert.setPositiveButton("EXIT",
|
dlgAlert.setPositiveButton("EXIT",
|
||||||
new DialogInterface.OnClickListener() {
|
new DialogInterface.OnClickListener() {
|
||||||
|
|
Loading…
Reference in New Issue