]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/imsettings.php
utility for getting avatar or default avatar
[quix0rs-gnu-social.git] / actions / imsettings.php
index 368cd8b9e6b26dd3f2dfd48460bb927b5806f647..f85d9f887b98e3b5d1ecb7d1650d002f5ff70cd1 100644 (file)
@@ -52,10 +52,8 @@ 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'));