From: Siebrand Mazeland Date: Sun, 19 Jun 2011 09:45:37 +0000 (+0200) Subject: Hopefully fix TRANS message not getting picked up by xgettext. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=26a92b28014685ba477888a27a49195b8e077b75;p=quix0rs-gnu-social.git Hopefully fix TRANS message not getting picked up by xgettext. --- diff --git a/lib/pluginlist.php b/lib/pluginlist.php index 0bd1a15355..51c02aa245 100644 --- a/lib/pluginlist.php +++ b/lib/pluginlist.php @@ -192,8 +192,7 @@ class PluginListItem extends Widget } else { return array('name' => $this->plugin, // TRANS: Plugin description for a disabled plugin. - 'rawdescription' => _m('plugin-description', - '(Plugin descriptions unavailable when disabled.)')); + 'rawdescription' => _m('plugin-description','(The plugin description is unavailable when a plugin has been disabled.)')); } }