# File lib/gettext/po_entry.rb, line 170
    def header?
      @type == :normal and @msgid == ""
    end