summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael W <baddaemon87@gmail.com>2018-08-04 14:15:11 +0200
committerMichael W <baddaemon87@gmail.com>2019-01-01 12:18:05 +0100
commit488775f7a57e2b43036a4a488957ad65a64cd024 (patch)
treeaa9459494ac201a68ff200b28fe7f82d18d57e51
parent413a281056373baaa230d4399d93837bd0d3a3d4 (diff)
downloadandroid_packages_apps_Gallery2-488775f7a57e2b43036a4a488957ad65a64cd024.tar.gz
android_packages_apps_Gallery2-488775f7a57e2b43036a4a488957ad65a64cd024.tar.bz2
android_packages_apps_Gallery2-488775f7a57e2b43036a4a488957ad65a64cd024.zip
Gallery2: Fix wrong string for empty albums
Change-Id: I7b578081cfa27ec79aeb9f5e0d5dafd1d58632e1
-rw-r--r--res/values-en-rGB/strings.xml2
-rw-r--r--res/values-en-rIN/strings.xml2
-rwxr-xr-xres/values/strings.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index 79f8742d9..6ed5aec16 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -114,7 +114,7 @@
<string name="appwidget_empty_text" msgid="1228925628357366957">"No photos."</string>
<string name="crop_saved" msgid="1595985909779105158">"Cropped image saved to <xliff:g id="FOLDER_NAME">%s</xliff:g>."</string>
<string name="no_albums_alert" msgid="4111744447491690896">"No albums available."</string>
- <string name="empty_album" msgid="4542880442593595494">"O images/videos available."</string>
+ <string name="empty_album" msgid="4542880442593595494">"No images/videos available."</string>
<string name="picasa_posts" msgid="1497721615718760613">"Posts"</string>
<string name="make_available_offline" msgid="5157950985488297112">"Make available offline"</string>
<string name="sync_picasa_albums" msgid="8522572542111169872">"Refresh"</string>
diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml
index 79f8742d9..6ed5aec16 100644
--- a/res/values-en-rIN/strings.xml
+++ b/res/values-en-rIN/strings.xml
@@ -114,7 +114,7 @@
<string name="appwidget_empty_text" msgid="1228925628357366957">"No photos."</string>
<string name="crop_saved" msgid="1595985909779105158">"Cropped image saved to <xliff:g id="FOLDER_NAME">%s</xliff:g>."</string>
<string name="no_albums_alert" msgid="4111744447491690896">"No albums available."</string>
- <string name="empty_album" msgid="4542880442593595494">"O images/videos available."</string>
+ <string name="empty_album" msgid="4542880442593595494">"No images/videos available."</string>
<string name="picasa_posts" msgid="1497721615718760613">"Posts"</string>
<string name="make_available_offline" msgid="5157950985488297112">"Make available offline"</string>
<string name="sync_picasa_albums" msgid="8522572542111169872">"Refresh"</string>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 570014e3e..7696afbde 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -269,7 +269,7 @@
<!-- Toast message shown when we close the AlbumPage because it is empty
[CHAR LIMIT=50] -->
- <string name="empty_album">O images/videos available.</string>
+ <string name="empty_album">No images/videos available.</string>
<!-- Album label used to indicate the collection of PWA Buzz/Post photos -->
<string name="picasa_posts">Posts</string>