Locale issues in the fai plugin
Locale issues in the fai plugin
Description
admin/fai/class_faiPartition.inc have issues with empty msgid
./admin/fai/class_faiPartition.inc:269: warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string. ./admin/fai/class_faiPartition.inc:275: warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string. ./admin/fai/class_faiPartition.inc:300: warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string. ./admin/fai/class_faiHook.inc:77: warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string.
Distribution Name and Version
Debian Stretch
FusionDirectory Version
1.2
Plugin with the defect
fai
PHP version used
5.6
Origin of php packages
Debian
Steps to Reproduce
- Run fusiondirectory-update-locale on the fai plugin
Expected behavior:
No error or Warning
Actual behavior:
Warning on admin/fai/class_faiPartition.inc
Reproduces how often:
100%
Additional Information
none