=== modified file 'utils/submit_review.py' --- utils/submit_review.py 2011-03-17 13:59:15 +0000 +++ utils/submit_review.py 2011-04-04 15:44:18 +0000 @@ -984,10 +984,10 @@ self.report_body_vbox.reorder_child(self.combobox_report_summary, 2) self.combobox_report_summary.show() for term in [ _(u"Please make a selection\u2026"), - _("Offensive language"), - _("Infringes copyright"), - _("Contains inaccuracies"), - _("Other") ]: + _("Review contains offensive language"), + _("Review infringes on copyright"), + _("Review has inaccuracies"), + _("Other reasons") ]: self.combobox_report_summary.append_text(term) self.combobox_report_summary.set_active(0)