]> git.mjollnir.org Git - moodle.git/commitdiff
mnet MDL-20208 Added the string 'allhosts_no_options'
authorAndrew Davis <andrew@affinitysoftware.net>
Thu, 19 Nov 2009 04:50:58 +0000 (04:50 +0000)
committerAndrew Davis <andrew@affinitysoftware.net>
Thu, 19 Nov 2009 04:50:58 +0000 (04:50 +0000)
admin/mnet/mnet_review_allhosts.html
lang/en_utf8/mnet.php

index 4c03332defbf38cb36c4d9551a08808636828a59..f8e879bc27edc419b9b7b097af87e6b387f4008a 100644 (file)
@@ -14,7 +14,7 @@ echo $OUTPUT->box_start();
     <td valign="top"><?php echo $mnet_peer->name; ?></td>
 </tr>
 <tr>
-    <td align="right" valign="top" colspan="2"><?php print_string('allhosts_no_options'); ?>:</td>
+    <td align="right" valign="top" colspan="2"><?php print_string('allhosts_no_options','mnet'); ?></td>
 </tr>
 </table>
 <?php
index b8077ece524a419715c3560b18bdfb06a2602a51..96e9ffbf8246570da88870dec034a328c6ce6316 100644 (file)
@@ -101,6 +101,7 @@ $string['registerallhostsexplain']      = 'You can choose to register all hosts
                                           'Moodle site that connects to you and requests your public key.<br />'.
                                           'You have the option below to configure services for \'All Hosts\' and by enabling some services there, you are able to provide '.
                                           'services to any Moodle server indiscriminately.';
+$string['allhosts_no_options']          = 'No options are available when viewing multiple hosts';
 
 $string['mnet_session_prohibited']      = 'Users from your home server are not currently permitted to roam to $a.';
 $string['ssl_acl_allow']                = 'SSO ACL: Allow user $a[0] from $a[1]';