notice messages translation

git-svn-id: http://redmine.rubyforge.org/svn/trunk@17 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2006-07-30 10:47:02 +00:00
parent 2a96f56956
commit 18ee1fef41
24 changed files with 116 additions and 92 deletions

View File

@@ -21,7 +21,7 @@ class IssueCategoriesController < ApplicationController
def edit
if request.post? and @category.update_attributes(params[:category])
flash[:notice] = 'Issue category was successfully updated.'
flash[:notice] = l(:notice_successful_update)
redirect_to :controller => 'projects', :action => 'settings', :id => @project
end
end