diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-06-12 19:23:00 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-06-12 19:23:00 +0200 |
| commit | fb540f5e1fc4f99bb0455eff70d037b24ca3ba15 (patch) | |
| tree | 0d704e3ec009e689836ee829b84bc2d07ccaa957 /main/res | |
| parent | d8861a4bb808e7e855dcc6a3e5912522a40350ba (diff) | |
| download | cgeo-fb540f5e1fc4f99bb0455eff70d037b24ca3ba15.zip cgeo-fb540f5e1fc4f99bb0455eff70d037b24ca3ba15.tar.gz cgeo-fb540f5e1fc4f99bb0455eff70d037b24ca3ba15.tar.bz2 | |
fix #3259: remove menu "remove all and list"
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/menu/cache_list_options.xml | 4 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/main/res/menu/cache_list_options.xml b/main/res/menu/cache_list_options.xml index 60fedad..f10ab9b 100644 --- a/main/res/menu/cache_list_options.xml +++ b/main/res/menu/cache_list_options.xml @@ -51,10 +51,6 @@ android:title="@string/caches_remove_all"> </item> <item - android:id="@+id/menu_drop_caches_and_list" - android:title="@string/caches_remove_all_and_list"> - </item> - <item android:id="@+id/menu_delete_events" android:title="@string/caches_delete_events"> </item> diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 22afdf0..401ef27 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -302,7 +302,6 @@ <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> |
