]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Double quotes to single quotes.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 17 Feb 2011 08:58:07 +0000 (09:58 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 17 Feb 2011 08:58:07 +0000 (09:58 +0100)
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;
         }