fixing IM message, AGAIN

darcs-hash:20080714022055-84dde-385e62dcea9c692262556d4e78b52f95212b512a.gz
This commit is contained in:
Evan Prodromou 2008-07-13 22:20:55 -04:00
parent da7ff339d7
commit 342dec8b86
1 changed files with 2 additions and 2 deletions

View File

@ -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'));