]> source.dussan.org Git - redmine.git/commitdiff
gender neutral source comment at app/models/mailer.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 6 Jul 2013 00:04:47 +0000 (00:04 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 6 Jul 2013 00:04:47 +0000 (00:04 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11988 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/mailer.rb

index 60d6b206bb0381a9bf97cb1ab43b0b1ac933f6a9..5c773c5f1d6623cbba6ef3adf966c336e9a3a75a 100644 (file)
@@ -389,7 +389,8 @@ class Mailer < ActionMailer::Base
             'List-Id' => "<#{Setting.mail_from.to_s.gsub('@', '.')}>"
 
     # Removes the author from the recipients and cc
-    # if he doesn't want to receive notifications about what he does
+    # if the author does not want to receive notifications
+    # about what the author do
     if @author && @author.logged? && @author.pref.no_self_notified
       headers[:to].delete(@author.mail) if headers[:to].is_a?(Array)
       headers[:cc].delete(@author.mail) if headers[:cc].is_a?(Array)