]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 9 Apr 2011 23:24:15 +0000 (01:24 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 9 Apr 2011 23:24:15 +0000 (01:24 +0200)
plugins/Blacklist/BlacklistPlugin.php

index 6bfd4f4089967ce191d1d629f9bf06a0321693d6..92202dfb2e8349528fe99045a88c903e5b059c29 100644 (file)
@@ -126,6 +126,8 @@ class BlacklistPlugin extends Plugin
         } else if (is_string($config)) {
             return explode("\r\n", $config);
         } else {
+            // TRANS: Exception thrown if the Blacklist plugin configuration is incorrect.
+            // TRANS: %1$s is a configuration section, %2$s is a configuration setting.
             throw new Exception(sprintf(_m('Unknown data type for config %1$s + %2$s.'),$section, $setting));
         }
     }