]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
return instructions
authorEvan Prodromou <evan@prodromou.name>
Mon, 30 Jun 2008 17:06:53 +0000 (13:06 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 30 Jun 2008 17:06:53 +0000 (13:06 -0400)
darcs-hash:20080630170653-84dde-e13ebf4ea364a6f12bb2692bc0278491a804c0fc.gz

actions/imsettings.php

index eb33d4e06a318516f78d7e6a2aeb636f8e8547f5..a9d0e182187fc6588b75b5b251fabd26e68ba495 100644 (file)
@@ -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) {