Use modern format strings in notification messages
commit6367dfd245ccf87f6cccdd82393d1c7fe0095573
authorLukas Fleischer <lfleischer@archlinux.org>
Thu, 17 May 2018 20:50:42 +0000 (17 22:50 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Thu, 17 May 2018 20:58:54 +0000 (17 22:58 +0200)
tree23b96284f3ea9e809c979e0f170301b91deadc35
parentf7a57c82bceeeae33b3244ba33b4844f5b692298
Use modern format strings in notification messages

User modern Python format() strings with curly braces. Also, convert all
placeholders to named arguments. This allows translators to reorder
messages.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
aurweb/scripts/notify.py