]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Hopefully fix TRANS message not getting picked up by xgettext.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 19 Jun 2011 09:45:37 +0000 (11:45 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 19 Jun 2011 09:45:37 +0000 (11:45 +0200)
lib/pluginlist.php

index 0bd1a153551a6d67c46ced461f769d7903590d42..51c02aa2454a69d969e9900531d0ce4e93592ace 100644 (file)
@@ -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.)'));
         }
     }