# File lib/gettext.rb, line 120
  def gettext(msgid)
    TextDomainManager.get(self).translate_singluar_message(self, msgid)
  end