]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/pluginenable.php
merge 0.9.x into 1.0.x
[quix0rs-gnu-social.git] / actions / pluginenable.php
index 4caa6baf37e5f161d3eeabdf4b678250aafb6380..156a604cf060ed64008795f00b4c82af110d53f2 100644 (file)
@@ -95,7 +95,7 @@ class PluginEnableAction extends Action
         $this->user = common_current_user();
 
         if (empty($this->user)) {
-            // TRANS: Client error displayed when trying to enable or disable a plugin while not logged in.
+            // TRANS: Error message displayed when trying to perform an action that requires a logged in user.
             $this->clientError(_('Not logged in.'));
             return false;
         }