From 450d727458f12706bb7dfcdd52fb78b87d2ae9fb Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 27 Jun 2008 10:30:25 -0400 Subject: "subscribe" -> "add to buddy list" darcs-hash:20080627143025-84dde-fee234fbcdf825cccc2ce0c9c812dcb27ebe6433.gz --- actions/imsettings.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'actions/imsettings.php') 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'); } } -- cgit v1.2.3-54-g00ecf