]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/repeat.php
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / actions / repeat.php
index 60b238f3a71198fd555235c704272c1687b8266b..2ec641578bcf995a3ec7cd623a2f58298bbc2e65 100644 (file)
@@ -72,7 +72,7 @@ class RepeatAction extends Action
         }
 
         if ($this->user->id == $this->notice->profile_id) {
-            $this->clientError(_("You cannot repeat your own notice."));
+            $this->clientError(_('You cannot repeat your own notice.'));
             return false;
         }