]> source.dussan.org Git - redmine.git/commitdiff
gender neutral source comment at app/controllers/my_controller.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 6 Aug 2013 06:27:30 +0000 (06:27 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 6 Aug 2013 06:27:30 +0000 (06:27 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12088 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/my_controller.rb

index 679aee38c94294a14306878d2a3856ddf4c9c156..1e67b756488f282947d5d916305277ad6d8648d3 100644 (file)
@@ -17,7 +17,7 @@
 
 class MyController < ApplicationController
   before_filter :require_login
-  # let user change his password when he has to
+  # let user change user's password when user has to
   skip_before_filter :check_password_change, :only => :password
 
   helper :issues