]> git.mjollnir.org Git - s9y.git/commitdiff
Backport spelling mistakes correction for plugins from trunk to branch
authorwesley <wesley>
Fri, 29 Jul 2005 02:30:35 +0000 (02:30 +0000)
committerwesley <wesley>
Fri, 29 Jul 2005 02:30:35 +0000 (02:30 +0000)
plugins/serendipity_event_spamblock/serendipity_event_spamblock.php
plugins/serendipity_event_trackexits/serendipity_event_trackexits.php

index b860055ef65a6a3686de0181b16dfb617d5a4456..957136909dc9b21df704d10bb613320de7c1362f 100644 (file)
@@ -127,7 +127,7 @@ switch ($serendipity['lang']) {
         @define('PLUGIN_EVENT_SPAMBLOCK_LINKS_MODERATE', 'How many links before a comment gets moderated');
         @define('PLUGIN_EVENT_SPAMBLOCK_LINKS_MODERATE_DESC', 'When a comment reaches a certain amount of links, that comment can be set to be moderated. 0 means that no link-checking is done.');
         @define('PLUGIN_EVENT_SPAMBLOCK_LINKS_REJECT', 'How many links before a comment gets rejected');
-        @define('PLUGIN_EVENT_SPAMBLOCK_LINKS_REJECT_DESC', 'When a comment reaches a certain amount of links, that comment can be set to be moderated. 0 means that no link-checking is done.');
+        @define('PLUGIN_EVENT_SPAMBLOCK_LINKS_REJECT_DESC', 'When a comment reaches a certain amount of links, that comment can be set to be rejected. 0 means that no link-checking is done.');
 
         @define('PLUGIN_EVENT_SPAMBLOCK_NOTICE_MODERATION', 'Because of some conditions, your comment has been marked to require moderation by the owner of this blog.');
         @define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHA_COLOR', 'Background color of the captcha');
index 5b4dda4e377d6417abf9d99f16b830635beca6c5..9ffec0408edec1bef747e84d310865f0b8a06a1e 100644 (file)
@@ -16,7 +16,7 @@ switch ($serendipity['lang']) {
         @define('PLUGIN_EVENT_TRACKBACK_NAME', 'Markup: Track exits');
         @define('PLUGIN_EVENT_TRACKBACK_DESC', 'Track clicks on external URLs');
         @define('PLUGIN_EVENT_TRACKBACK_COMMENTREDIRECTION', 'Use URL-redirection on URL to commenting user?');
-        @define('PLUGIN_EVENT_TRACKBACK_COMMENTREDIRECTION_BLAHBLA', 'Reduces Comment-Abuse but also disables positive effects of linking to the URL of a commenting user. Serendipity\'s internal routines will redirect to the target page and log the exit. The Google PageRank Deflector will prevent the link from gaining rack on Google. An empty value disables this feature entriely (default).');
+        @define('PLUGIN_EVENT_TRACKBACK_COMMENTREDIRECTION_BLAHBLA', 'Reduces Comment-Abuse but also disables positive effects of linking to the URL of a commenting user. Serendipity\'s internal routines will redirect to the target page and log the exit. The Google PageRank Deflector will prevent the link from gaining rack on Google. An empty value disables this feature entirely (default).');
         @define('PLUGIN_EVENT_TRACKBACK_COMMENTREDIRECTION_NONE', 'None');
         @define('PLUGIN_EVENT_TRACKBACK_COMMENTREDIRECTION_S9Y', 'Serendipity Exit-Tracking Routine');
         @define('PLUGIN_EVENT_TRACKBACK_COMMENTREDIRECTION_GOOGLE', 'Google PageRank Deflector');