# File lib/ramaze/contrib/gettext/parser.rb, line 41
  def message_location(file, line_number)
    file + ":line" + line_number.to_s
  end