Revision addc0439
Added by Renato Botelho almost 15 years ago
etc/inc/notices.inc | ||
---|---|---|
326 | 326 |
log_error(sprintf(gettext("Message sent to %s OK"), $to)); |
327 | 327 |
return; |
328 | 328 |
} else { |
329 |
log_error(sprintf(gettext("Could not send the message to %1$s -- Error: %2$s"), $to, $smtp->error));
|
|
330 |
return(sprintf(gettext("Could not send the message to %1$s -- Error: %2$s"), $to, $smtp->error));
|
|
329 |
log_error(sprintf(gettext('Could not send the message to %1$s -- Error: %2$s'), $to, $smtp->error));
|
|
330 |
return(sprintf(gettext('Could not send the message to %1$s -- Error: %2$s'), $to, $smtp->error));
|
|
331 | 331 |
} |
332 | 332 |
|
333 | 333 |
} |
Also available in: Unified diff
Fix quotes to use %N$X on gettext calls