diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-30 13:06:53 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-30 13:06:53 -0400 |
commit | 5121cbebe4e48a9fcbd9b4148803c403421ddbe5 (patch) | |
tree | baa646ca0fcd956978d317a4c7a028d0bed8a3fa | |
parent | f8740674011d360efd729c298cc7ab4c9b72c5dc (diff) |
return instructions
darcs-hash:20080630170653-84dde-e13ebf4ea364a6f12bb2692bc0278491a804c0fc.gz
-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) { |