Fixed location of bracket for gettext.

darcs-hash:20080713053033-533db-c1b4e827abd764dc173173556ec889290b0643bf.gz
This commit is contained in:
Mike Cochrane 2008-07-13 01:30:33 -04:00
parent 641490dc68
commit d9aea8cb9a
1 changed files with 4 additions and 2 deletions

View File

@ -52,8 +52,10 @@ 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'));