summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-04-24 15:36:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-24 15:36:56 -0700
commit0eb341ab22d45346ab7748bb05fab69fffeb0bd8 (patch)
treef1dd12e0607bb99c5c0097c426944619fe8f1b4e /res/values
parent1c18112a69e3a2cc8eff6600c6c2216600624847 (diff)
parent169c3d75e438999f0b1e70a6015843a4c4422dec (diff)
downloadandroid_packages_apps_Trebuchet-0eb341ab22d45346ab7748bb05fab69fffeb0bd8.tar.gz
android_packages_apps_Trebuchet-0eb341ab22d45346ab7748bb05fab69fffeb0bd8.tar.bz2
android_packages_apps_Trebuchet-0eb341ab22d45346ab7748bb05fab69fffeb0bd8.zip
Merge "Fixing strings to distinguish between being out of space for a single screen and being completely out of space. (Bug 6381160)"
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f707c8cbb..7e9d12cd6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -81,8 +81,10 @@ s -->
<string name="group_widgets">Widgets</string>
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper-->
<string name="group_wallpapers">Wallpapers</string>
- <!-- Error message when user has filled a home screen, possibly not used -->
- <string name="out_of_space">No more room on your Home screens.</string>
+ <!-- Error message when user has filled all their home screens -->
+ <string name="completely_out_of_space">No more room on your Home screens.</string>
+ <!-- Error message when user has filled a home screen -->
+ <string name="out_of_space">No more room on this Home screen.</string>
<!-- Error message when user has filled the hotseat -->
<string name="hotseat_out_of_space">No more room on the hotseat.</string>
<!-- Error message when user tries to drop an invalid item on the hotseat -->