Refere to the correct environment variables MSG{EXEC,FILTER}_MSGCTXT
and MSG{EXEC,FILTER}_MSGCTXT in comments.
Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
/* Set environment variables for the subprocess.
Note: These environment variables, especially MSGEXEC_MSGCTXT and
- MSGEXEC_MSGCTXT, may contain non-ASCII characters. The subprocess
+ MSGEXEC_MSGID, may contain non-ASCII characters. The subprocess
may not interpret these values correctly if the locale encoding is
different from the PO file's encoding. We want about this situation,
above.
return;
/* Set environment variables for the subprocess.
- Note: These environment variables, especially MSGEXEC_MSGCTXT and
- MSGEXEC_MSGCTXT, may contain non-ASCII characters. The subprocess
+ Note: These environment variables, especially MSGFILTER_MSGCTXT and
+ MSGFILTER_MSGID, may contain non-ASCII characters. The subprocess
may not interpret these values correctly if the locale encoding is
different from the PO file's encoding. We want about this situation,
above.