This commit is contained in:
Ozzie Isaacs
2021-06-29 18:24:08 +02:00
parent 0e2dca5f4d
commit 792d4a65bc
20 changed files with 20 additions and 20 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)