diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-08 20:22:42 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-08 20:22:42 -0400 |
commit | ec9de70539083aad64deea2995cf9dfa9fb84b1a (patch) | |
tree | b7c8989ca4f1f0c6ca3833ca37bc7dbe142bc78d /actions/register.php | |
parent | 485314fe20cf09fa8d5b354f4d143b0f4b1e40a3 (diff) |
p.instructions -> div.instructions
darcs-hash:20080709002242-84dde-1d7a2107079ab5d84592d280a19a253663f84b4f.gz
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php index a8b360f73..3d34de2eb 100644 --- a/actions/register.php +++ b/actions/register.php @@ -155,7 +155,7 @@ class RegisterAction extends Action { if ($error) { common_element('p', 'error', $error); } else { - common_element('p', 'instructions', + common_element('div', 'instructions', _t('You can create a new account to start posting notices.')); } } |