summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorClaudia de Veaux <deveaux@google.com>2011-10-27 13:41:33 -0700
committerClaudia de Veaux <deveaux@google.com>2011-10-27 13:41:33 -0700
commitad50fe0585dc9a7c3c888e3d980be1e0b615f882 (patch)
treecebd2e2461962ab7ec87ba641631252f412f3c31 /res/values/strings.xml
parenta437f4e0686912f5eb72d597673821990e585d7d (diff)
downloadandroid_packages_apps_Snap-ad50fe0585dc9a7c3c888e3d980be1e0b615f882.tar.gz
android_packages_apps_Snap-ad50fe0585dc9a7c3c888e3d980be1e0b615f882.tar.bz2
android_packages_apps_Snap-ad50fe0585dc9a7c3c888e3d980be1e0b615f882.zip
Edits to newly-added error messages, per UI text standards.
Bugs: 5165745, 5162668 Change-Id: I935ea51e608ef1941296f140878fc5146d12aa25
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e4352f808..fb475b20b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -200,9 +200,9 @@
<string name="no_connectivity">Some locations couldn\'t be identified due to network problems.</string>
<!-- This toast message is shown when failed to load the album data. [CHAR LIMIT=NONE] -->
- <string name="sync_album_error">Failed to download the photos in this album. Please retry later.</string>
+ <string name="sync_album_error">Couldn\'t download the photos in this album. Retry later.</string>
<!-- This toast message is shown when failed to load the album list data. [CHAR LIMIT=NONE] -->
- <string name="sync_album_set_error">Failed to download the list of albums. Please retry later.</string>
+ <string name="sync_album_set_error">Couldn\'t download the list of albums. Retry later.</string>
<!-- The title of the menu item to let user choose the which portion of
the media items the user wants to see. When pressed, a submenu will
@@ -216,7 +216,7 @@
<string name="show_videos_only">Videos only</string>
<!-- Title of a menu item to show all (both images and videos) [CHAR LIMIT=30]-->
- <string name="show_all">Images and videos</string>
+ <string name="show_all">Images &amp; videos</string>
<!-- Title of the StackView AppWidget -->
<string name="appwidget_title">Photo Gallery</string>