]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/deletenotice.php
Issue #3025: string -> boolean for profile_background_tile entry in JSON user results...
[quix0rs-gnu-social.git] / actions / deletenotice.php
index a7ac28e19c202ce8d97b7ae1985484ad61a12e3a..ff57bbd61eb28cc7227771da9839419ea036f9ae 100644 (file)
@@ -75,7 +75,7 @@ class DeletenoticeAction extends Action
         if ($this->notice->profile_id != $this->user_profile->id &&
                    !$this->user->hasRight(Right::DELETEOTHERSNOTICE)) {
             // TRANS: Error message displayed trying to delete a notice that was not made by the current user.
-            common_user_error(_('Can\'t delete this notice.'));
+            common_user_error(_('Cannot delete this notice.'));
             exit;
         }
         // XXX: Ajax!