diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java index a11c487bc9..f2f49628ef 100644 --- a/src/com/android/launcher3/Launcher.java +++ b/src/com/android/launcher3/Launcher.java @@ -3462,7 +3462,7 @@ public class Launcher extends Activity text.clear(); // Populate event with a fake title based on the current state. if (mState == State.APPS_CUSTOMIZE) { - text.add(getString(R.string.all_apps_button_label)); + text.add(mAppsCustomizeTabHost.getCurrentTabView().getContentDescription()); } else { text.add(getString(R.string.all_apps_home_button_label)); }