mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-21 18:03:59 +03:00
74d735eeed
String concatenating a variable with some static text as gettext parameter cannot really work, and it also does not make sense to do most of the time, as even if we'd use some overly generic format string like '{0} (disabled)', it would be not easy to translate correctly in all languages in such a generic way. So just use the actual full string, which is already contained in our translation catalogue anyway… Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>