Merge pull request #2427 from techAPJ/fix-typo

Fix Typo
This commit is contained in:
Jeff Atwood 2014-06-08 11:05:52 -07:00
commit 2c1903574f
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ en:
github_client_id: "Client id for Github authentication, registered at https://github.com/settings/applications"
github_client_secret: "Client secret for Github authentication, registered at https://github.com/settings/applications"
allow_restore: "Allow restore, which can replace ALL site data! Leave false unless you plan to do restore a backup"
allow_restore: "Allow restore, which can replace ALL site data! Leave false unless you plan to restore a backup"
maximum_backups: "The maximum amount of backups to keep on disk. Older backups are automatically deleted"
backup_daily: "Automatically create a site backup once a day"
enable_s3_backups: "Upload backups to S3 when complete. Make sure you have filled in your s3 credentials."