X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpluginlist.php;h=51c02aa2454a69d969e9900531d0ce4e93592ace;hb=261ccfac8699534ff584a2f93d5dcd384529d855;hp=07a17ba397ba30a72e885cfc985eda08f706f33b;hpb=439fd589eb256e7ee48796ee7c880536325fa2cb;p=quix0rs-gnu-social.git diff --git a/lib/pluginlist.php b/lib/pluginlist.php index 07a17ba397..51c02aa245 100644 --- a/lib/pluginlist.php +++ b/lib/pluginlist.php @@ -43,7 +43,6 @@ require INSTALLDIR . "/lib/plugindisableform.php"; * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ - class PluginList extends Widget { var $plugins = array(); @@ -116,7 +115,7 @@ class PluginListItem extends Widget $this->out->elementEnd('a'); } $this->out->elementEnd('div'); - + $form = $this->getControlForm(); $form->show(); @@ -192,8 +191,8 @@ class PluginListItem extends Widget return $found; } else { return array('name' => $this->plugin, - 'rawdescription' => _m('plugin-description', - '(Plugin descriptions unavailable when disabled.)')); + // TRANS: Plugin description for a disabled plugin. + 'rawdescription' => _m('plugin-description','(The plugin description is unavailable when a plugin has been disabled.)')); } }