From 288ecbbcf62c6716ddee1b358276eb342cdeae88 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 9 Jan 2015 01:49:03 +0200 Subject: Calendar: Fix translatability of buttons list * Revert change to AOSP array, move to new array * Convert entries to string references, set as untranslatable Change-Id: I490a78aa81e826835044a03a0bb4f2578644d7ba --- src/com/android/calendar/AllInOneActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/calendar/AllInOneActivity.java') diff --git a/src/com/android/calendar/AllInOneActivity.java b/src/com/android/calendar/AllInOneActivity.java index 4fd59dd4..36c838b9 100644 --- a/src/com/android/calendar/AllInOneActivity.java +++ b/src/com/android/calendar/AllInOneActivity.java @@ -111,7 +111,7 @@ public class AllInOneActivity extends AbstractCalendarActivity implements EventH private static final int HANDLER_KEY = 0; // Indices of buttons for the drop down menu (tabs replacement) - // Must match the strings in the array buttons_list in arrays.xml and the + // Must match the strings in the array buttons_list_cm in cm_arrays.xml and the // OnNavigationListener private static final int BUTTON_DAY_INDEX = 0; private static final int BUTTON_WEEK_INDEX = 1; -- cgit v1.2.3