From de0b54458730c3a15e95487768639ba6c3881bc3 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Tue, 19 Aug 2014 10:54:10 -0300 Subject: [PATCH] Fix english grammar mistake --- src/accounts/templates/accounts/user_update_form.html | 2 +- src/locale/pt_BR/LC_MESSAGES/django.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/accounts/templates/accounts/user_update_form.html b/src/accounts/templates/accounts/user_update_form.html index 2a11cc9..cffbf12 100644 --- a/src/accounts/templates/accounts/user_update_form.html +++ b/src/accounts/templates/accounts/user_update_form.html @@ -190,7 +190,7 @@ $(function() {
- {% trans "This feature is available only for who needs to change the password for some reason as having an old user with the same username, forgot your password to commit, usage of other XMPP Client for connection. Usually, you won't need to change this password. Only change it if you are sure about what you are doing." %} + {% trans "This feature is available only for those who need to change the password for some reason as having an old user with the same username, forgot your password to commit, usage of other XMPP Client for connection. Usually, you won't need to change this password. Only change it if you are sure about what you are doing." %}
{% trans "Change Password" %}
diff --git a/src/locale/pt_BR/LC_MESSAGES/django.po b/src/locale/pt_BR/LC_MESSAGES/django.po index 73e12bc..0d6fb52 100644 --- a/src/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/locale/pt_BR/LC_MESSAGES/django.po @@ -284,7 +284,7 @@ msgstr "" #: accounts/templates/accounts/user_update_form.html:193 msgid "" -"This feature is available only for who needs to change the password for some " +"This feature is available only for those who need to change the password for some " "reason as having an old user with the same username, forgot your password to " "commit, usage of other XMPP Client for connection. Usually, you won't need " "to change this password. Only change it if you are sure about what you are " -- libgit2 0.21.2