diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-13 22:20:55 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-13 22:20:55 -0400 |
commit | 342dec8b86e27af3032bcda3023b04bf3a24b1b5 (patch) | |
tree | 2d60656d1b69fa4f4eaf2ecef529b3d1c57bd9c3 /actions | |
parent | da7ff339d7c3ca30edba5a0fbec4a29e250aaa9b (diff) |
fixing IM message, AGAIN
darcs-hash:20080714022055-84dde-385e62dcea9c692262556d4e78b52f95212b512a.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/imsettings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/imsettings.php b/actions/imsettings.php index 904516f24..f85d9f887 100644 --- a/actions/imsettings.php +++ b/actions/imsettings.php @@ -52,8 +52,8 @@ class ImsettingsAction extends SettingsAction { common_element_start('p'); common_element('span', 'address unconfirmed', $confirm->address); common_element('span', 'input_instructions', - sprintf(_('Awaiting confirmation on this address. Check your Jabber/GTalk account for a message with further instructions. (Did you add %s to your buddy list?)', - jabber_daemon_address()))); + sprintf(_('Awaiting confirmation on this address. Check your Jabber/GTalk account for a message with further instructions. (Did you add %s to your buddy list?)'), + jabber_daemon_address())); common_hidden('jabber', $confirm->address); common_element_end('p'); common_submit('cancel', _('Cancel')); |