diff --git a/astrid/plugin-src/com/todoroo/astrid/reminders/NotificationActivity.java b/astrid/plugin-src/com/todoroo/astrid/reminders/NotificationActivity.java index ff4a2dd8a..c1aedb5b5 100644 --- a/astrid/plugin-src/com/todoroo/astrid/reminders/NotificationActivity.java +++ b/astrid/plugin-src/com/todoroo/astrid/reminders/NotificationActivity.java @@ -94,7 +94,7 @@ public class NotificationActivity extends TaskListActivity implements OnTimeSetL ViewGroup parent = (ViewGroup) findViewById(R.id.taskListParent); getLayoutInflater().inflate(R.layout.notification_control, parent, true); - String reminder = Notifications.getRandomReminder(getResources().getStringArray(R.array.responses)); + String reminder = Notifications.getRandomReminder(getResources().getStringArray(R.array.reminder_responses)); ((TextView)findViewById(R.id.reminderLabel)).setText(reminder); // set up listeners diff --git a/astrid/res/layout/rmilk_login_activity.xml b/astrid/res/layout/rmilk_login_activity.xml index e28ee54fd..c3ff2e3d7 100644 --- a/astrid/res/layout/rmilk_login_activity.xml +++ b/astrid/res/layout/rmilk_login_activity.xml @@ -21,7 +21,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1" - android:text="@string/rmilk_MLA_done" + android:text="@string/DLG_done" />