change rule/modification name separator

This commit is contained in:
2020-04-22 23:16:59 +02:00
parent 295aeee83e
commit 7ff2965ce8
2 changed files with 5 additions and 5 deletions

View File

@@ -235,7 +235,7 @@ class Rule:
mod["name"] = f"Modification #{mod_idx}"
if self.name:
params["name"] = f"{self.name}/{mod['name']}"
params["name"] = f"{self.name}: {mod['name']}"
else:
params["name"] = mod["name"]