summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-11-12 13:40:58 -0800
committerWinson Chung <winsonc@google.com>2010-11-15 13:44:42 -0800
commite22a8e9d3eafe569fe0f4d284c77af08c6e2fe28 (patch)
tree9193ade5a266e87dcb600739ba3e5b90f12894d8 /res
parentcbbaf9862aa160c5e397cb49b554de20981a35fe (diff)
downloadandroid_packages_apps_Trebuchet-e22a8e9d3eafe569fe0f4d284c77af08c6e2fe28.tar.gz
android_packages_apps_Trebuchet-e22a8e9d3eafe569fe0f4d284c77af08c6e2fe28.tar.bz2
android_packages_apps_Trebuchet-e22a8e9d3eafe569fe0f4d284c77af08c6e2fe28.zip
Minor fixes to Launcher
- Adding checks to prevent multiple onSetAlpha's to be called (especially now that we are using display lists) - Removing an old change to keep artificially make the last page wider - Fixing issue where you could click on an item in the paged view while the page it was on is being faded out Change-Id: I9b194565602b5200c0688da2caec9c3c829b3bb0
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f26dfc855..a8a996935 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -79,9 +79,13 @@
<!-- External-drop widget pick label format string [CHAR_LIMIT=25] -->
<string name="external_drop_widget_pick_format" translatable="false">%1$s (%2$d x %3$d)</string>
- <!-- External-drop widget error string -->
- <string name="external_drop_widget_error">Could not install clipboard item</string>
- <!-- External-drop widget pick title -->
+ <!-- External-drop widget error string. This is the error that is shown
+ when you drag and item into the homescreen and it is unable to fit,
+ or an error is encountered. [CHAR_LIMIT=50] -->
+ <string name="external_drop_widget_error">Could not drop item onto this homescreen</string>
+ <!-- External-drop widget pick title. This is shown as the title of the
+ dialog which allows you to pick which widgets to handle a particular
+ drop if there are multiple choices. [CHAR_LIMIT=35] -->
<string name="external_drop_widget_pick_title">Select widget to create</string>
<!-- Folders -->