]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/smssettings.php
Don't italicize replies to activity events.
[quix0rs-gnu-social.git] / actions / smssettings.php
index 1545679c17dabfed041bd974e5056025ffde11fd..d151ff45d6a7b61ed8e388df9ea442eb9d9d04eb 100644 (file)
@@ -246,6 +246,7 @@ class SmssettingsAction extends SettingsAction
 
         $token = $this->trimmed('token');
         if (!$token || $token != common_session_token()) {
+            // TRANS: Client error displayed when the session token does not match or is not given.
             $this->showForm(_('There was a problem with your session token. '.
                               'Try again, please.'));
             return;