summaryrefslogtreecommitdiff
path: root/actions/imsettings.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-27 10:30:25 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-27 10:30:25 -0400
commit450d727458f12706bb7dfcdd52fb78b87d2ae9fb (patch)
tree812197a6ae00a1981248d984196e6aa4e4be8e74 /actions/imsettings.php
parent42322efb25fb32d2102205ebdbabd2450799cdd4 (diff)
"subscribe" -> "add to buddy list"
darcs-hash:20080627143025-84dde-fee234fbcdf825cccc2ce0c9c812dcb27ebe6433.gz
Diffstat (limited to 'actions/imsettings.php')
-rw-r--r--actions/imsettings.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/actions/imsettings.php b/actions/imsettings.php
index e471aafac..6e2c3c11b 100644
--- a/actions/imsettings.php
+++ b/actions/imsettings.php
@@ -66,7 +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.'));
+ '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'));
@@ -74,8 +75,8 @@ class ImsettingsAction extends SettingsAction {
common_input('jabber', _t('IM Address'),
($this->arg('jabber')) ? $this->arg('jabber') : NULL,
_t('Jabber or GTalk address, like "UserName@example.org". ' .
- 'Make sure to subscribe to ' . jabber_daemon_address() .
- ' before adding your IM address here.'));
+ 'First, make sure to add ' . jabber_daemon_address() .
+ ' to your buddy list in your IM client or on GTalk.'));
common_submit('add', 'Add');
}
}