]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/unsandbox.php
Fix inconsistencies in clientError() messages
[quix0rs-gnu-social.git] / actions / unsandbox.php
index 22f4d8e766e7f35f0802b3d61af02ad43016bac2..d50b5072eee2f78e01c56dd6fa10d266fb2b8cbb 100644 (file)
@@ -62,14 +62,14 @@ class UnsandboxAction extends ProfileFormAction
         assert(!empty($cur)); // checked by parent
 
         if (!$cur->hasRight(Right::SANDBOXUSER)) {
-            $this->clientError(_("You cannot sandbox users on this site."));
+            $this->clientError(_('You cannot sandbox users on this site.'));
             return false;
         }
 
         assert(!empty($this->profile)); // checked by parent
 
         if (!$this->profile->isSandboxed()) {
-            $this->clientError(_("User is not sandboxed."));
+            $this->clientError(_('User is not sandboxed.'));
             return false;
         }