flash[:notice] = l(:notice_account_password_updated)

While browsing the code for Redmine(http://www.redmine.org/) I came across following line of code.

flash[:notice] = l(:notice_account_password_updated)

what’s l function? Am I missing something here?