twiddle some parens in imsettings for gettext

darcs-hash:20080713130112-84dde-b3727f84de7db3bbe96b9d1003380b89402495de.gz
This commit is contained in:
Evan Prodromou 2008-07-13 09:01:12 -04:00
parent adc4d382a4
commit a55044ac03
1 changed files with 2 additions and 2 deletions

View File

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