From ac5e620e0ad94872416215607df7f3cbfb6e308c Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 18 Oct 2016 12:21:04 +0200 Subject: [PATCH] feat(tools/check_qml): update text --- tests/tools/check_qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tools/check_qml b/tests/tools/check_qml index 8c92d6bdd..55aa3f69e 100755 --- a/tests/tools/check_qml +++ b/tests/tools/check_qml @@ -45,7 +45,7 @@ done < $RESOURCES_FILE if [[ $so_far_so_good == 0 ]]; then printf "${GREEN}Done. No qml error found.\n" else - printf "${RED}One or more errors were found.\n" + printf "${RED}One or more errors were found. Please to fix them.\n" fi printf "${NC}"