Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Display sane output for empty descriptions
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.
- Loading branch information