mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:04:42 +02:00
Fix #1263416 [Book Details, change label Publishers to Publisher](https://bugs.launchpad.net/calibre/+bug/1263416)
This commit is contained in:
parent
2f711f84fa
commit
9658af0fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ def _builtin_field_metadata():
|
|||
'datatype':'text',
|
||||
'is_multiple':{},
|
||||
'kind':'field',
|
||||
'name':_('Publishers'),
|
||||
'name':_('Publisher'),
|
||||
'search_terms':['publisher'],
|
||||
'is_custom':False,
|
||||
'is_category':True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue