Merge branch 'master' into Develop

This commit is contained in:
Ozzie Isaacs
2021-06-29 18:52:02 +02:00
39 changed files with 10389 additions and 9099 deletions

View File

@@ -585,7 +585,7 @@ def load_dialogtexts(element_id):
elif element_id == "kobo_only_shelves_sync":
texts["main"] = _('Are you sure you want to change shelf sync behavior for the selected user(s)?')
elif element_id == "db_submit":
texts["main"] = _('Are you sure you want to change Calibre libray location?')
texts["main"] = _('Are you sure you want to change Calibre library location?')
return json.dumps(texts)