Fixed typo in CMake comment, thanks @n8bot

This commit is contained in:
Vojtech Bubnik 2022-01-10 08:43:15 +01:00
parent c5d1e2449c
commit 5d7901c2f3

View File

@ -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})