Update localization

This commit is contained in:
Griatch 2021-05-29 00:48:34 +02:00
parent 7ff8cbb341
commit 8837b93dd2
18 changed files with 1304 additions and 252 deletions

View file

@ -471,7 +471,7 @@ def flatten_diff(diff):
else:
raise RuntimeError(
_("Diff contains non-dicts that are not on the "
"form (old, new, inst): {diffpart}").format(diffpart)
"form (old, new, action_to_take): {diffpart}").format(diffpart)
)
return out