diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2015-01-09 16:06:58 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2015-01-09 16:06:58 +0100 |
| commit | 4c9adc8d4e03a12976c14517ca7ac5b3e9697e7c (patch) | |
| tree | aa0143ee51e14646884f959fb54b1b8ea10c3d29 /main | |
| parent | f3601b97f70cc6341ac2c845a689a5cc99aa7fc4 (diff) | |
| download | cgeo-4c9adc8d4e03a12976c14517ca7ac5b3e9697e7c.zip cgeo-4c9adc8d4e03a12976c14517ca7ac5b3e9697e7c.tar.gz cgeo-4c9adc8d4e03a12976c14517ca7ac5b3e9697e7c.tar.bz2 | |
Use %d instead of %s for cache count
Diffstat (limited to 'main')
| -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> |
