Merge pull request #110 from fabrixxm/master
Small tweak to a copule of translatable strings
This commit is contained in:
commit
3ddb077466
|
@ -440,10 +440,10 @@ function dfrn_notify_post(&$a) {
|
|||
require_once("include/EmailNotification.php");
|
||||
EmailNotification::sendTextHtmlEmail(
|
||||
$msg['notificationfromname'],
|
||||
t("Administrator@") . $a->get_hostname(),
|
||||
t("Administrator") . '@' . $a->get_hostname(),
|
||||
t("noreply") . '@' . $a->get_hostname(),
|
||||
$importer['email'],
|
||||
$from . t(" commented on an item at ") . $a->config['sitename'],
|
||||
sprintf( t('%s commented on an item at %s'), $from , $a->config['sitename']),
|
||||
$email_html_body_tpl,
|
||||
$email_text_body_tpl
|
||||
);
|
||||
|
|
565
util/messages.po
565
util/messages.po
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue