]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add a space between address and to
authorEvan Prodromou <evan@prodromou.name>
Fri, 27 Jun 2008 15:48:25 +0000 (11:48 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 27 Jun 2008 15:48:25 +0000 (11:48 -0400)
darcs-hash:20080627154825-84dde-b876f7dff5e1b72b94432e26cf8af02e2c36d0cc.gz

actions/imsettings.php

index 6e2c3c11b27197917b01e8dd2ee0d49bcb9a60b0..11dd9ee3b4546bda680544c01b936a55142adcd1 100644 (file)
@@ -66,8 +66,8 @@ class ImsettingsAction extends SettingsAction {
                                common_element('span', 'input_instructions',
                                             _t('Awaiting confirmation on this address. Check your ' .
                                                'Jabber/GTalk account for a message with further ' .
-                                               'instructions. (Did you add '  . jabber_daemon_address() . 
-                                                               'to your buddy list?)'));
+                                               'instructions. (Did you add '  . jabber_daemon_address() .
+                                                               ' to your buddy list?)'));
                                common_hidden('jabber', $confirm->address);
                                common_element_end('p');
                                common_submit('cancel', _t('Cancel'));