]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/command.php
L10n updates.
[quix0rs-gnu-social.git] / lib / command.php
index fcc21cc5e55d4642ae6467985ed254a5924e60cd..f51cbbb5f76f78362ae1fe21407596c15a42f458 100644 (file)
@@ -629,7 +629,7 @@ class MessageCommand extends Command
             return;
         } else if ($this->user->id == $other->id) {
             // TRANS: Error text shown when trying to send a direct message to self.
-            $channel->error($this->user, _('Don\'t send a message to yourself; just say it to yourself quietly instead.'));
+            $channel->error($this->user, _('Do not send a message to yourself; just say it to yourself quietly instead.'));
             return;
         }
         $message = Message::saveNew($this->user->id, $other->id, $this->text, $channel->source());