Commit de0b54458730c3a15e95487768639ba6c3881bc3

Authored by Marcio Mazza
Committed by Sergio Oliveira
1 parent e72c04a7

Fix english grammar mistake

src/accounts/templates/accounts/user_update_form.html
... ... @@ -190,7 +190,7 @@ $(function() {
190 190 </div>
191 191 <div class="panel-body">
192 192 <div class="form-group">
193   - {% 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." %}
  193 + {% 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." %}
194 194 </div>
195 195 <a href="{% url 'change_password' %}" class="btn btn-default pull-right"><span class="icon-warning-sign"></span> {% trans "Change Password" %}</a>
196 196 </div>
... ...
src/locale/pt_BR/LC_MESSAGES/django.po
... ... @@ -284,7 +284,7 @@ msgstr &quot;&quot;
284 284  
285 285 #: accounts/templates/accounts/user_update_form.html:193
286 286 msgid ""
287   -"This feature is available only for who needs to change the password for some "
  287 +"This feature is available only for those who need to change the password for some "
288 288 "reason as having an old user with the same username, forgot your password to "
289 289 "commit, usage of other XMPP Client for connection. Usually, you won't need "
290 290 "to change this password. Only change it if you are sure about what you are "
... ...