]> git.mjollnir.org Git - moodle.git/commitdiff
Changed my mind about the default setting for loglifetime
authormoodler <moodler>
Sun, 27 Apr 2003 06:50:19 +0000 (06:50 +0000)
committermoodler <moodler>
Sun, 27 Apr 2003 06:50:19 +0000 (06:50 +0000)
admin/config.html
lang/en/moodle.php

index 5e18f5a62dd7ef637127afb7fb500315ec70209f..52ff77e3fb2067388e9f0c8bf7a1ca288e57cab5 100644 (file)
        <td align=right><p>loglifetime:</td>
        <td>
     <? unset($options);
-       $options[0]    = get_string("saveall");
+       $options[0]    = get_string("neverdeletelogs");
        $options[1000] = get_string("numdays", "", 1000);
        $options[365]  = get_string("numdays", "", 365);
        $options[180]  = get_string("numdays", "", 180);
index 4fe8c30a0e2f74758e6ae38d8963f87718af8bf9..45a99b3feb32e6334a9a18c63269c515f1f2cdfb 100644 (file)
@@ -376,6 +376,7 @@ $string['newsitem'] = "news item";
 $string['newsitems'] = "news items";
 $string['newsitemsnumber'] = "News items to show";
 $string['never'] = "Never";
+$string['neverdeletelogs'] = "Never delete logs";
 $string['no'] = "No";
 $string['nocoursesyet'] = "No courses in this category";
 $string['noexistingadmins'] = "No existing admins, this is a serious error and you should never have seen this message.";
@@ -442,7 +443,6 @@ $string['returningtosite'] = "Returning to this web site?";
 $string['requireskey'] = "This course requires an enrolment key";
 $string['revert'] = "Revert";
 $string['role'] = "Role";
-$string['saveall'] = "Save all";
 $string['savechanges'] = "Save changes";
 $string['search'] = "Search";
 $string['searchagain'] = "Search again";