From 5d7901c2f333860deaca55ce509773a04354158c Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Mon, 10 Jan 2022 08:43:15 +0100 Subject: [PATCH] Fixed typo in CMake comment, thanks @n8bot --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37c5a18eb..095f6f3d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -520,7 +520,7 @@ endforeach() add_custom_target(gettext_po_to_mo WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - COMMENT "Generate localization po files (binary) from mo files (texts)" + COMMENT "Generate localization mo files (binary) from po files (texts)" ) file(GLOB L10N_PO_FILES "${L10N_DIR}/*/PrusaSlicer*.po") foreach(po_file ${L10N_PO_FILES})