summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-10 14:32:58 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 14:32:58 +0300
commit8c177bdbac6d96e8f3efe58b66d72c49717312c3 (patch)
treeb4db1fa40dea39e199fc03c4c73f82411af29f67 /org.fox.ttrss/src/main/res/values/strings.xml
parentd1cf6a071c83439e51ee93b54cc5b2b44acd60b5 (diff)
flavor image prompt: make it less specific
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/strings.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml
index 55827caf..a1035a6c 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -231,9 +231,5 @@
<string name="video_player_share">Share video</string>
<string name="video_player_open">Open video</string>
- <plurals name="flavor_image_prompt">
- <item quantity="zero"></item>
- <item quantity="one">(one more image)</item>
- <item quantity="other">(%1$d more images)</item>
- </plurals>
+ <string name="flavor_image_prompt">(more images...)</string>
</resources>