Engine:
* Added a new window to the game's start that shows special rules affecting the current game (e.g. karma or low gravity)
file(GLOB txttrans2 ??.txt)
file(GLOB txttrans5 ?????.txt)
file(GLOB qmtrans hedgewars_*.qm)
install(FILES
${txttrans2}
${txttrans5}
${qmtrans}
DESTINATION ${SHAREPATH}Data/Locale)