mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
I did some further work tidying up the form. I also just treat the popup like another plugin and moved all the config into the plugin. This still needs help buttons everywhere now!
5 lines
91 B
PHP
5 lines
91 B
PHP
<?PHP // $Id$
|
|
$string['jabber'] = 'Jabber message';
|
|
$string['jabberid'] = 'Jabber ID';
|
|
?>
|