diff options
Diffstat (limited to 'main/res/values/strings.xml')
| -rw-r--r-- | main/res/values/strings.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 9732e39..deba809 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -297,13 +297,12 @@ <string name="caches_select_invert">Invert selection</string> <string name="caches_nearby">Nearby</string> <string name="caches_manage">Manage</string> - <string name="caches_drop_selected">Drop selected</string> - <string name="caches_drop_selected_ask">Do you want to remove the selected caches from your device?</string> - <string name="caches_drop_all">Drop all</string> - <string name="caches_drop_all_ask">Do you want to remove all caches from current list?</string> - <string name="caches_drop_stored">Drop stored</string> - <string name="caches_drop_progress">Removing caches</string> - <string name="caches_drop_all_and_list">Drop all and remove list</string> + <string name="caches_remove_all">Remove all</string> + <string name="caches_remove_all_confirm">Do you want to remove all %s caches from current list?</string> + <string name="caches_remove_selected">Remove selected</string> + <string name="caches_remove_selected_confirm">Do you want to remove the selected %s caches from your device?</string> + <string name="caches_remove_progress">Removing caches</string> + <string name="caches_remove_all_and_list">Remove all and remove list</string> <string name="caches_delete_events">Delete past events</string> <string name="caches_refresh_selected">Refresh selected</string> <string name="caches_refresh_all">Refresh all</string> |
