From 355459b8c73c456f35166fedd4ec4a7d8b722951 Mon Sep 17 00:00:00 2001
From: Vipul A M <vipulnsward@gmail.com>
Date: Fri, 8 Nov 2013 18:45:11 +0530
Subject: [PATCH] Fix more typos in server locale

---
 config/locales/server.en.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml
index bf95d69ad..eeb163deb 100644
--- a/config/locales/server.en.yml
+++ b/config/locales/server.en.yml
@@ -539,8 +539,8 @@ en:
     flags_required_to_hide_post: "Number of flags that cause a post to be automatically hidden and PM sent to the user (0 for never)"
     cooldown_minutes_after_hiding_posts: "Number of minutes a user must wait before they can edit a post hidden via flagging"
 
-    max_topics_in_first_day: "The maximum number of topics a user is alowed to create in thier first day on the site"
-    max_replies_in_first_day: "The maximum number of replies a user is alowed to create in thier first day on the site"
+    max_topics_in_first_day: "The maximum number of topics a user is allowed to create in their first day on the site"
+    max_replies_in_first_day: "The maximum number of replies a user is allowed to create in their first day on the site"
 
     num_flags_to_block_new_user: "If a new user's posts get this many spam flags from (n) different users, hide all their posts and prevent future posting. 0 disables this feature."
     num_users_to_block_new_user: "If a new user's posts get (x) spam flags from this many different users, hide all their posts and prevent future posting. 0 disables this feature."