mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 03:15:57 +01:00
notice messages translation
git-svn-id: http://redmine.rubyforge.org/svn/trunk@17 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -44,7 +44,7 @@ class AdminController < ApplicationController
|
||||
a.mail_enabled = (params[:action_ids] || []).include? a.id.to_s
|
||||
a.save
|
||||
}
|
||||
flash[:notice] = "Mail options were successfully updated."
|
||||
flash.now[:notice] = l(:notice_successful_update)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user