summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfanningert <thomas@fanninger.at>2014-08-14 10:51:55 +0200
committerfanningert <thomas@fanninger.at>2014-08-14 10:51:55 +0200
commit872cd0d3bdb1d037a92f93b2340be63609fc72f2 (patch)
tree417650423b09cecceb1467b21bb3671cf5e4d03b
parent5acc948562547b393ba1e89b012e7421143c6dd8 (diff)
downloadgitea-872cd0d3bdb1d037a92f93b2340be63609fc72f2.tar.gz
gitea-872cd0d3bdb1d037a92f93b2340be63609fc72f2.zip
Correct some type issues
-rw-r--r--conf/locale/locale_en-US.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index e34dfa013b..1c112f4430 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -54,8 +54,8 @@ social_register_hepler_msg = Already have an account? Bind now!
disable_register_prompt = Sorry, registration has been disabled. Please contact the site administrator.
disable_register_mail = Sorry, Register Mail Confirmation has been disabled.
remember_me = Remember Me
-forgot_password= Fotgot Password
-forget_password = Fotget password?
+forgot_password= Forgot Password
+forget_password = Forget password?
sign_up_now = Need an account? Sign up now.
confirmation_mail_sent_prompt = A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete your registration.
sign_in_email = Sign in to your e-mail
@@ -102,7 +102,7 @@ illegal_org_name = Organization name contains illegal characters.
username_password_incorrect = Username or password is not correct.
enterred_invalid_repo_name = Please make sure you entered repository name is correct.
enterred_invalid_owner_name = Please make sure you entered owner name is correct.
-enterred_invalid_password = Please make sure you entered passord is correct.
+enterred_invalid_password = Please make sure you entered password is correct.
user_not_exist = Given user does not exist.
invalid_ssh_key = Sorry, we're not able to verify your SSH key: %s
@@ -117,7 +117,7 @@ password = Password
ssh_keys = SSH Keys
social = Social Accounts
orgs = Organizations
-delete = Delete Accoount
+delete = Delete Account
public_profile = Public Profile
profile_desc = Your Email address is public and will be used for any account related notifications, and any web based operations made via the site.
@@ -149,7 +149,7 @@ no_activity = No recent activity
manage_social = Manage Associated Social Accounts
social_desc = This is a list of associated social accounts. Remove any binding that you do not recognize.
unbind = Unbind
-unbind_success = Social account has been unbinded.
+unbind_success = Social account has been unbound.
manage_orgs = Manage Organizations