]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed location of bracket for gettext.
authorMike Cochrane <mikec@mikenz.geek.nz>
Sun, 13 Jul 2008 05:30:33 +0000 (01:30 -0400)
committerMike Cochrane <mikec@mikenz.geek.nz>
Sun, 13 Jul 2008 05:30:33 +0000 (01:30 -0400)
darcs-hash:20080713053033-533db-c1b4e827abd764dc173173556ec889290b0643bf.gz

actions/imsettings.php

index 9e483d06326d6d46cd9115b3a100d27db33c4c52..70aff35f55c2ccf026d46774b95a0b15d0209db9 100644 (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'));