]> git.mjollnir.org Git - moodle.git/commitdiff
Changed the string: 'showsubscribers'
authormoodler <moodler>
Mon, 26 Apr 2004 09:06:56 +0000 (09:06 +0000)
committermoodler <moodler>
Mon, 26 Apr 2004 09:06:56 +0000 (09:06 +0000)
from

    Show subscribers
to

    Show/edit current subscribers

The old string is not invalid, which is why I decided to change the
existing string rather than create a new one

lang/en/forum.php
lang/en_us/forum.php

index c5c83de5d407ff899291548a77ec1c7961153540..607c60143dd62a4959274260f4e95a7f9a36ea3e 100644 (file)
@@ -116,7 +116,7 @@ $string['searchforums'] = 'Search forums';
 $string['searcholderposts'] = 'Search older posts...';
 $string['searchresults'] = 'Search results';
 $string['sendinratings'] = 'Send in my latest ratings';
-$string['showsubscribers'] = 'Show subscribers';
+$string['showsubscribers'] = 'Show/edit current subscribers';
 $string['singleforum'] = 'A single simple discussion';
 $string['startedby'] = 'Started by';
 $string['subject'] = 'Subject';
index a1b0e0114eac96f96f3030f38f3b52c48912bf00..a0b9fa67e12859241c1890aa39f0171f1e9d2751 100644 (file)
@@ -112,7 +112,7 @@ $string['searchforums'] = 'Search forums';
 $string['searcholderposts'] = 'Search older posts...';
 $string['searchresults'] = 'Search results';
 $string['sendinratings'] = 'Send in my latest ratings';
-$string['showsubscribers'] = 'Show subscribers';
+$string['showsubscribers'] = 'Show/edit current subscribers';
 $string['singleforum'] = 'A single simple discussion';
 $string['startedby'] = 'Started by';
 $string['subject'] = 'Subject';