]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Update translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 7 Apr 2011 10:24:08 +0000 (12:24 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 7 Apr 2011 23:22:00 +0000 (01:22 +0200)
lib/oembedhelper.php

index 4aae8159188f2ef3fb3e4ddd6d6d5234ec5a694f..6d8064e660502298525ecfb205d40f0c6a41ed25 100644 (file)
@@ -131,6 +131,7 @@ class oEmbedHelper
         }
 
         if (empty($api)) {
+            // TRANS: Server exception thrown in oEmbed action if no API endpoint is available.
             throw new ServerException(_('No oEmbed API endpoint available.'));
         }