Change incorrect use of e.g. to i.e.

Spotted by The Evil IP address.
This commit is contained in:
Siebrand Mazeland 2010-10-16 14:20:30 +02:00
parent 1d6d0cbcbd
commit 77191f455a

View File

@ -40,7 +40,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/ * @link http://status.net/
*/ */
class OpenExternalLinkTargetPlugin extends Plugin class OpenExternalLinkTargetPlugin extends Plugin
{ {
function onEndShowScripts($action) function onEndShowScripts($action)
@ -57,7 +56,7 @@ class OpenExternalLinkTargetPlugin extends Plugin
'author' => 'Sarven Capadisli', 'author' => 'Sarven Capadisli',
'homepage' => 'http://status.net/wiki/Plugin:OpenExternalLinkTarget', 'homepage' => 'http://status.net/wiki/Plugin:OpenExternalLinkTarget',
'rawdescription' => 'rawdescription' =>
_m('Opens external links (e.g., with rel=external) on a new window or tab.')); _m('Opens external links (i.e. with rel=external) on a new window or tab.'));
return true; return true;
} }
} }