From 9410c2b98668049ee5620b08bc6129cdb91a26ee Mon Sep 17 00:00:00 2001 From: frictionel Date: Wed, 6 Apr 2016 21:08:47 +0200 Subject: [PATCH] correcting errors in translation sources * Update client.en.yml --- config/locales/client.en.yml | 2 +- config/locales/server.en.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index e1fb3ff263d..599de42fc96 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -546,7 +546,7 @@ en: change_about: title: "Change About Me" - error: "There was an error changing ths value." + error: "There was an error changing this value." change_username: title: "Change Username" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index d48aea1b15c..1d32fa34a43 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -422,7 +422,7 @@ en: create_like: "You've reached the maximum number of likes today. Please wait %{time_left} before trying again." create_bookmark: "You've reached the maximum number of bookmarks today. Please wait %{time_left} before trying again." edit_post: "You've reached the maximun number of edits today. Please wait %{time_left} before trying again." - live_post_counts: "You've asking for live post counts too quickly. Please wait %{time_left} before trying again." + live_post_counts: "You're asking for live post counts too quickly. Please wait %{time_left} before trying again." unsubscribe_via_email: "You've reached the maximum number of unsubscribe via email today. Please wait %{time_left} before trying again." topic_invitations_per_day: "You've reached the maximum number of topic invitations today. Please wait %{time_left} before trying again." @@ -863,7 +863,7 @@ en: anon_polling_interval: "How often should anonymous clients poll in milliseconds" background_polling_interval: "How often should the clients poll in milliseconds (when the window is in the background)" - 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)" + flags_required_to_hide_post: "Number of flags that cause a post to be automatically hidden and message 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 community flagging" max_topics_in_first_day: "The maximum number of topics a user is allowed to create in their first day on the site" @@ -1274,7 +1274,7 @@ en: approve_post_count: "The amount of posts from a new or basic user that must be approved" approve_unless_trust_level: "Posts for users below this trust level must be approved" - notify_about_queued_posts_after: "If there are posts that have been waiting to be reviewed for more than this many hours, an email will be sent to the contact email. Set to 0 to disable these emails." + notify_about_queued_posts_after: "If there are posts that have been waiting to be reviewed for more than this many hours, an email will be sent to the contact_email. Set to 0 to disable these emails." default_email_digest_frequency: "How often users receive digest emails by default." default_include_tl0_in_digests: "Include posts from new users in digest emails by default. Users can change this in their preferences."