improve info outputs

This commit is contained in:
Yannik Schmidt
2021-02-26 13:01:01 +01:00
parent eb6a9dedac
commit 3280f52672
2 changed files with 11 additions and 7 deletions

View File

@@ -37,3 +37,7 @@ info_output_path = "INFO: Output wird gespeichert nach: {}"
# imageutils.py
info_divergence = "INFO: Seitenverhältnisabweichung zu A4: {:.2f}%"
success = "INFO: Fertig."
testing_input = "Info: Eingabedatei wird geprüft..."
testing_input_suc = "Info: Eingabedatei akzeptiert."