summaryrefslogtreecommitdiff
path: root/actions/imsettings.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-27 11:48:25 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-27 11:48:25 -0400
commit453751263b1467a0e726a8fc1e392c6c3c7f754d (patch)
tree95589c47502375de7a6cb9eb1f380192eda8f80d /actions/imsettings.php
parent5b0d514f08728639a427ae87139ed0ec713ed469 (diff)
add a space between address and to
darcs-hash:20080627154825-84dde-b876f7dff5e1b72b94432e26cf8af02e2c36d0cc.gz
Diffstat (limited to 'actions/imsettings.php')
-rw-r--r--actions/imsettings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/imsettings.php b/actions/imsettings.php
index 6e2c3c11b..11dd9ee3b 100644
--- a/actions/imsettings.php
+++ b/actions/imsettings.php
@@ -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'));