aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-06-11 20:49:43 +0200
committerBananeweizen <bananeweizen@gmx.de>2014-06-11 20:49:43 +0200
commit6cba3b0a9ec95436bd10259975112a8b17755e11 (patch)
tree8e86b62e26f24dc51d5d79cb2cec64f57a62482e /main/res/menu
parent4f3d5b3ff7a0ae80940fd12a345dee745e404ed8 (diff)
downloadcgeo-6cba3b0a9ec95436bd10259975112a8b17755e11.zip
cgeo-6cba3b0a9ec95436bd10259975112a8b17755e11.tar.gz
cgeo-6cba3b0a9ec95436bd10259975112a8b17755e11.tar.bz2
fix #3953: have number of caches in deletion confirmation
This also renames a number of involved string resources to enforce a new translation which avoids the term "drop" and instead uses "remove".
Diffstat (limited to 'main/res/menu')
-rw-r--r--main/res/menu/cache_list_options.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/menu/cache_list_options.xml b/main/res/menu/cache_list_options.xml
index 1ff0851..8cf6f64 100644
--- a/main/res/menu/cache_list_options.xml
+++ b/main/res/menu/cache_list_options.xml
@@ -45,11 +45,11 @@
</item>
<item
android:id="@+id/menu_drop_caches"
- android:title="@string/caches_drop_all">
+ android:title="@string/caches_remove_all">
</item>
<item
android:id="@+id/menu_drop_caches_and_list"
- android:title="@string/caches_drop_all_and_list">
+ android:title="@string/caches_remove_all_and_list">
</item>
<item
android:id="@+id/menu_delete_events"