summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/AllAppsPagedView.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2010-09-27 11:30:20 -0700
committerMichael Jurka <mikejurka@google.com>2010-09-27 11:30:42 -0700
commit3125d9dec8709a6c95039c7b35d27494da46eaab (patch)
tree77c4169bc29373d621e775089606fe32472eb0cb /src/com/android/launcher2/AllAppsPagedView.java
parentd0d43010c7a091b6ade407d30e490527a8d16120 (diff)
downloadandroid_packages_apps_Trebuchet-3125d9dec8709a6c95039c7b35d27494da46eaab.tar.gz
android_packages_apps_Trebuchet-3125d9dec8709a6c95039c7b35d27494da46eaab.tar.bz2
android_packages_apps_Trebuchet-3125d9dec8709a6c95039c7b35d27494da46eaab.zip
Making the CAB text match the type of item selected
in customization mode.
Diffstat (limited to 'src/com/android/launcher2/AllAppsPagedView.java')
-rw-r--r--src/com/android/launcher2/AllAppsPagedView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher2/AllAppsPagedView.java b/src/com/android/launcher2/AllAppsPagedView.java
index 3c394741c..3fb167986 100644
--- a/src/com/android/launcher2/AllAppsPagedView.java
+++ b/src/com/android/launcher2/AllAppsPagedView.java
@@ -417,7 +417,7 @@ public class AllAppsPagedView extends PagedView
@Override
public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
- mode.setTitle(R.string.cab_selection_text);
+ mode.setTitle(R.string.cab_app_selection_text);
// Until the workspace has a selection mode and the CAB supports drag-and-drop, we
// take a hybrid approach: grab the views from the workspace and stuff them into the CAB.