altosdroid: Strings and Layout changes
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / AltosDroid.java
index b8ddd5743245470f407ec81d53670dfe76f8910c..7b1b2aa377cdad6030e02628d883168b82f444db 100644 (file)
@@ -327,7 +327,7 @@ public class AltosDroid extends Activity {
                                // User did not enable Bluetooth or an error occured
                                Log.d(TAG, "BT not enabled");
                                stopService(new Intent(AltosDroid.this, TelemetryService.class));
-                               Toast.makeText(this, R.string.bt_not_enabled_leaving, Toast.LENGTH_SHORT).show();
+                               Toast.makeText(this, R.string.bt_not_enabled, Toast.LENGTH_SHORT).show();
                                finish();
                        }
                }