make_config_revision_entry() second parameter expects a username to override current logged in user in special cases. It's used when a tool (e.g. wizard) is used to configure some functionality.
As it was already noted in easyrule.inc, this parameter cannot have international characters since the tag where it's stored in config.xml doesn't use CDATA.
Remove gettext() calls and add a comment on each place make_config_revision_entry() is called with username parameter
Related issues
Bug #6195: Cannot set Manual Outbound NAT when Language is pt_BR
Fix #6195: Allow to change NAT Outbound mode
make_config_revision_entry() second parameter expects a username to
override current logged in user in special cases. It's used when a tool
(e.g. wizard) is used to configure some functionality.
As it was already noted in easyrule.inc, this parameter cannot have
international characters since the tag where it's stored in config.xml
doesn't use CDATA.
Remove gettext() calls and add a comment on each place
make_config_revision_entry() is called with username parameter