mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
According to its man page, the function gettext(3) "may return a nonempty string" when msgid is "". This commit fixes a bug where the comment "" for some settings caused gettext to return a "nonempty string", in this case header info of the po file.