Change "Search Books" to "Search books" for consistency with other search dialogs

pull/1186/head
Frans de Jonge 10 years ago
parent 19029d1aab
commit 518c46033e

@ -142,7 +142,7 @@ function Search:ShowSearch()
if self.metafile_1 ~= nil then
local dummy = self.search_value
self.search_dialog = InputDialog:new{
title = _("Search Books"),
title = _("Search books"),
input = self.search_value,
buttons = {
{

Loading…
Cancel
Save