forked from GNUsocial/gnu-social
twiddle some parens in imsettings for gettext
darcs-hash:20080713130112-84dde-b3727f84de7db3bbe96b9d1003380b89402495de.gz
This commit is contained in:
parent
adc4d382a4
commit
a55044ac03
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user