Fix# typo

This commit is contained in:
Pellaeon Lin 2016-01-10 13:40:41 +08:00
parent 8ecad53085
commit 9c2863c729
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
<?php
echo $l->t('A new user "%"s has created an account on %s', [$_['user'], $_['sitename']]);
echo $l->t('A new user "%s" has created an account on %s', [$_['user'], $_['sitename']]);