cq: Format strings

This commit is contained in:
Philipp Hörist
2025-01-25 20:56:23 +01:00
parent 223328587f
commit 7b8fa3c432
7 changed files with 16 additions and 18 deletions

View File

@@ -289,7 +289,7 @@ class ConfigDialog(Gtk.ApplicationWindow):
if self._ui.__dict__[st + "_cb"].get_active():
status += get_uf_show(st) + " "
model[iter_][1] = _(
"%(event)s (%(recipient_type)s) %(recipient)s " "%(status)s"
"%(event)s (%(recipient_type)s) %(recipient)s %(status)s"
) % {
"event": event,
"recipient_type": recipient_type,