diff --git a/astrid/plugin-src/com/todoroo/astrid/taskrabbit/TaskRabbitActivity.java b/astrid/plugin-src/com/todoroo/astrid/taskrabbit/TaskRabbitActivity.java index c9a16057a..5001016de 100644 --- a/astrid/plugin-src/com/todoroo/astrid/taskrabbit/TaskRabbitActivity.java +++ b/astrid/plugin-src/com/todoroo/astrid/taskrabbit/TaskRabbitActivity.java @@ -188,10 +188,10 @@ public class TaskRabbitActivity extends FragmentActivity { public void showIntroDialog() { if (!Preferences.getBoolean(TASK_RABBIT_DIALOG_INTRO_PREF, false)) { - if (TaskRabbitLocationManager.supportsCurrentLocation(currentLocation)) { AlertDialog.Builder adb = new AlertDialog.Builder(TaskRabbitActivity.this); + adb.setTitle(R.string.tr_alert_intro_title); adb.setMessage(getString(R.string.tr_alert_intro_location)); adb.setPositiveButton(getString(R.string.tr_alert_button_close), new DialogInterface.OnClickListener() { public void onClick(final DialogInterface dialog, final int id) { @@ -202,6 +202,7 @@ public class TaskRabbitActivity extends FragmentActivity { } else { final AlertDialog adb = new AlertDialog.Builder(TaskRabbitActivity.this) + .setTitle(R.string.tr_alert_intro_title) .setMessage(R.string.tr_alert_intro_no_location) .setPositiveButton(getString(R.string.tr_alert_button_close),null) .show(); diff --git a/astrid/res/values/keys-taskrabbit.xml b/astrid/res/values/keys-taskrabbit.xml index 189ac3114..f920632e7 100644 --- a/astrid/res/values/keys-taskrabbit.xml +++ b/astrid/res/values/keys-taskrabbit.xml @@ -1,7 +1,7 @@ @@ -415,6 +415,7 @@ Internet connection could not be found. Please check your connection and try again. + Welcome to TaskRabbit! TaskRabbit is an inexpensive way to delegate tasks to trust-worthy people in your area. TaskRabbit is an inexpensive way to delegate tasks to trust-worthy people but it isn\'t yet available in your location. You can use it to assign virtual tasks or tasks in supported locations