diff options
| author | 2015-05-17 01:18:49 +0200 | |
|---|---|---|
| committer | 2015-05-17 01:18:49 +0200 | |
| commit | 6d31c60976f2cf8ca8adab7cb64a3d67f1ac6a00 (patch) | |
| tree | 1c132e3a30ee4038f41537ed95fd23a961d1de1c | |
| parent | c1a5b8045e60c0b01fcf565c521372548d78955c (diff) | |
Language fix
| -rw-r--r-- | app/i18n/en/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php index d2fcd3e82..155384afd 100644 --- a/app/i18n/en/admin.php +++ b/app/i18n/en/admin.php @@ -12,7 +12,7 @@ return array( 'title' => 'Authentication', 'title_reset' => 'Authentication reset', 'token' => 'Authentication token', - 'token_help' => 'Allows to access RSS output of the default user without authentication:', + 'token_help' => 'Allows access to RSS output of the default user without authentication:', 'type' => 'Authentication method', 'unsafe_autologin' => 'Allow unsafe automatic login using the format: ', ), |
