Tabs to spaces.

This commit is contained in:
Siebrand Mazeland 2011-04-03 23:02:24 +02:00
parent 436a02959c
commit 18185b2237
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class ApiStatusNetOAuthDataStore extends StatusNetOAuthDataStore
$id = $app->insert(); $id = $app->insert();
if (!$id) { if (!$id) {
// TRANS: Server error displayed when trying to create an anynymous OAuth application. // TRANS: Server error displayed when trying to create an anynymous OAuth application.
$this->serverError(_("Could not create anonymous OAuth application.")); $this->serverError(_("Could not create anonymous OAuth application."));
} }
} }