Update translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-04-07 12:24:08 +02:00
parent a5aade0a3b
commit f9f437f5da

View File

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