diff --git a/actions/imsettings.php b/actions/imsettings.php index 1cf3c4e69c..1bc9a0281f 100644 --- a/actions/imsettings.php +++ b/actions/imsettings.php @@ -56,8 +56,8 @@ class ImsettingsAction extends SettingsAction { 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()))); + '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'));