Update translator documentation.

This commit is contained in:
Siebrand Mazeland
2011-04-03 23:47:46 +02:00
parent 18185b2237
commit 9a6ee5e859
31 changed files with 31 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ class DesignSettingsAction extends SettingsAction
// CSRF protection
$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;