From 754863e42cb210f7febac6997766e3ac7d794f20 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 1 May 2021 17:18:15 +0200 Subject: [PATCH] Fix setup message --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4075bd55..83644bb6 100755 --- a/setup.py +++ b/setup.py @@ -229,7 +229,7 @@ def buildQtI18n(): print(str(e)) print("") - print("Copying Files to nw/assets") + print("Moving QM Files to Assets") print("") langDir = os.path.join("nw", "assets", "i18n")