From 5121cbebe4e48a9fcbd9b4148803c403421ddbe5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 30 Jun 2008 13:06:53 -0400 Subject: return instructions darcs-hash:20080630170653-84dde-e13ebf4ea364a6f12bb2692bc0278491a804c0fc.gz --- actions/imsettings.php | 6 +++--- 1 file 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) { -- cgit v1.2.3-54-g00ecf