From: kenstir Date: Wed, 25 Nov 2015 17:22:49 +0000 (-0500) Subject: Fixed search results label for catalog item of type music X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=35121436a175f87c8e333d617a75527e8a3bf3a1;p=working%2FEvergreen.git Fixed search results label for catalog item of type music --- diff --git a/Open-ILS/src/Android/core/res/raw/search_formats.json b/Open-ILS/src/Android/core/res/raw/search_formats.json index 30c56e323f..4f24fa9fd9 100644 --- a/Open-ILS/src/Android/core/res/raw/search_formats.json +++ b/Open-ILS/src/Android/core/res/raw/search_formats.json @@ -1,7 +1,7 @@ [ {"l":"All Formats", "f":""}, {"l":"All Books", "f":"book", "L":"Book"}, - {"l":"All Music", "f":"music"}, + {"l":"All Music", "f":"music", "L":"Music"}, {"l":"Audiocassette music recording", "f":"casmusic", "h":1}, {"l":"Blu-ray", "f":"blu-ray"}, {"l":"Braille", "f":"braille", "h":1},