Translations: Update wordlist

This commit is contained in:
Raphael Michel
2023-04-05 11:02:37 +02:00
parent 31a2a40bce
commit eabcececb0
43 changed files with 47 additions and 192 deletions

View File

@@ -457,7 +457,7 @@ DEFAULT_VARIABLES = OrderedDict((
}),
("medium_identifier", {
"label": _("Reusable Medium ID"),
"editor_sample": _("ABC1234DEF4567"),
"editor_sample": "ABC1234DEF4567",
"evaluate": lambda op, order, ev: op.linked_media.all()[0].identifier if op.linked_media.all() else "",
}),
("seat", {