diff options
-rw-r--r-- | actions/imsettings.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/imsettings.php b/actions/imsettings.php index eb33d4e06..a9d0e1821 100644 --- a/actions/imsettings.php +++ b/actions/imsettings.php @@ -25,9 +25,9 @@ require_once(INSTALLDIR.'/lib/jabber.php'); class ImsettingsAction extends SettingsAction { function get_instructions() { - _t('You can send and receive notices through '. - 'Jabber/GTalk [instant messages](%%doc.im%%). Configure '. - 'your address and settings below.'); + return _t('You can send and receive notices through '. + 'Jabber/GTalk [instant messages](%%doc.im%%). Configure '. + 'your address and settings below.'); } function show_form($msg=NULL, $success=false) { |