diff options
author | Samuel Tardieu <sam@rfc1149.net> | 2015-01-09 16:07:08 +0100 |
---|---|---|
committer | Samuel Tardieu <sam@rfc1149.net> | 2015-01-09 16:07:08 +0100 |
commit | ba6d76955815857866f793bd1d926e36ac1982b1 (patch) | |
tree | c3004bcabc0117907e9d0e4c5a13369c204422f3 | |
parent | a1ccb3bf59d4e3afac878e4da117894c54af517d (diff) | |
parent | 4c9adc8d4e03a12976c14517ca7ac5b3e9697e7c (diff) | |
download | cgeo-ba6d76955815857866f793bd1d926e36ac1982b1.zip cgeo-ba6d76955815857866f793bd1d926e36ac1982b1.tar.gz cgeo-ba6d76955815857866f793bd1d926e36ac1982b1.tar.bz2 |
Merge branch 'release' into upstream
-rw-r--r-- | main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 5f399b3..2d8bdf7 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -299,12 +299,12 @@ <string name="caches_remove_all">Remove all</string> <plurals name="caches_remove_all_confirm"> <item quantity="one">Do you want to remove this cache from current list?</item> - <item quantity="other">Do you want to remove all %s caches from current list?</item> + <item quantity="other">Do you want to remove all %d caches from current list?</item> </plurals> <string name="caches_remove_selected">Remove selected</string> <plurals name="caches_remove_selected_confirm"> <item quantity="one">Do you want to remove this cache from your device?</item> - <item quantity="other">Do you want to remove the selected %s caches from your device?</item> + <item quantity="other">Do you want to remove the selected %d caches from your device?</item> </plurals> <string name="caches_remove_progress">Removing caches</string> <string name="caches_delete_events">Delete past events</string> |