diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-05-06 11:13:40 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-05-06 11:13:40 +0000 |
commit | 594a84df0456636acc1fa0cfd02c5ad278d746fc (patch) | |
tree | 2d59c2abb212b153bbb95d805546f858c49e8474 /templates/show_user_registration.inc.php | |
parent | 0b63ba290aa8afac25df642a69cf485426512e88 (diff) | |
download | ampache-594a84df0456636acc1fa0cfd02c5ad278d746fc.tar.gz ampache-594a84df0456636acc1fa0cfd02c5ad278d746fc.tar.bz2 ampache-594a84df0456636acc1fa0cfd02c5ad278d746fc.zip |
alexey #426 translation patch
Diffstat (limited to 'templates/show_user_registration.inc.php')
-rw-r--r-- | templates/show_user_registration.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index f162c6c6..03f6ee3c 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -115,7 +115,7 @@ if (Config::get('user_agreement')) { ?> </tr> <tr> <td align='center' height='20'> - <span style="color:red;">* Required fields</span> + <span style="color:red;"><?php echo _('* Required fields'); ?></span> </td> <td> </td> </tr> |