From 35121436a175f87c8e333d617a75527e8a3bf3a1 Mon Sep 17 00:00:00 2001 From: kenstir Date: Wed, 25 Nov 2015 12:22:49 -0500 Subject: [PATCH] Fixed search results label for catalog item of type music --- Open-ILS/src/Android/core/res/raw/search_formats.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- 2.11.0