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