Skip to content

Commit

Permalink
Fixed issue #3984: Admin registration email subject untranslated
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8167 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Dec 15, 2009
1 parent 5127f5c commit eb49f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/usercontrol.php
Expand Up @@ -370,7 +370,7 @@
$body .= "<a href='" . $homeurl . "/admin.php'>".$clang->gT("Click here to log in.")."</a><br /><br />\n";
$body .= sprintf($clang->gT('If you have any questions regarding this mail please do not hesitate to contact the site administrator at %s. Thank you!'),$siteadminemail)."<br />\n";

$subject = 'Registration';
$subject = sprintf($clang->gT("User registration at '%s'"),$sitename);
$to = $new_user." <$new_email>";
$from = $siteadminname." <$siteadminemail>";
$addsummary .="<div class='messagebox'>";
Expand Down

0 comments on commit eb49f52

Please sign in to comment.