]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Resolve conflict
authorMike Cochrane <mikec@mikenz.geek.nz>
Mon, 14 Jul 2008 02:58:53 +0000 (22:58 -0400)
committerMike Cochrane <mikec@mikenz.geek.nz>
Mon, 14 Jul 2008 02:58:53 +0000 (22:58 -0400)
darcs-hash:20080714025853-533db-e215a2ab0277acafc1c01d2c12c20ec452ed53e2.gz

actions/imsettings.php

index 70aff35f55c2ccf026d46774b95a0b15d0209db9..d1ed48efb38912de47e27a5158cafa3aff3e834a 100644 (file)
@@ -52,10 +52,7 @@ 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'));