summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-08-05 15:08:15 -0700
committerMichael Jurka <mikejurka@google.com>2011-08-05 15:43:18 -0700
commit931dc9779dab5071efc21163647f5f004991bfb3 (patch)
treecd6053e947c1eaaab74d9efbeff6491200bbd931 /res/values/strings.xml
parent02765c94268d7dc3531c87a638a184a3b481ad40 (diff)
downloadandroid_packages_apps_Trebuchet-931dc9779dab5071efc21163647f5f004991bfb3.tar.gz
android_packages_apps_Trebuchet-931dc9779dab5071efc21163647f5f004991bfb3.tar.bz2
android_packages_apps_Trebuchet-931dc9779dab5071efc21163647f5f004991bfb3.zip
Solving bug where labels were uneven
- Ensuring all icons, even those that are pulled from our database cache, are always the correct size - Solves bug where loading icon for shortcuts with missing activities on a GB->ICS upgrade caused uneven labels (Bug 5111191) Change-Id: I4b8a97c3b0fa02fd189f82d0c01444f47fee2205
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e8c8d0087..125520e1f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -45,8 +45,8 @@
<string name="widgets_tab_label">Widgets</string>
<!-- AppsCustomize pane -->
- <!-- Message to tell the user to long-press on a widget to add it [CHAR_LIMIT=50] -->
- <string name="long_press_widget_to_add">Long-press to pick up a widget</string>
+ <!-- Message to tell the user to press and hold on a widget to add it [CHAR_LIMIT=50] -->
+ <string name="long_press_widget_to_add">Touch &amp; hold to pick up a widget</string>
<!-- Market button text. The market button text is removed in Launcher.java
in the Phone UI. [CHAR LIMIT=32] -->
<string name="market">Shop</string>