~mmcg069/software-center/lobby-tweaks

« back to all changes in this revision

Viewing changes to utils/submit_review_gtk3.py

  • Committer: Matthew McGowan
  • Date: 2011-09-04 00:57:59 UTC
  • mfrom: (2131.1.120 trunk)
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110904005759-50oorddnowsgw4c8
merge w trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1153
1153
class ReportReviewApp(BaseApp):
1154
1154
    """ report a given application or package """
1155
1155
 
1156
 
    LOGIN_IMAGE = "/usr/share/software-center/images/ubuntu-cof.png"
1157
 
 
1158
1156
    APP_ICON_SIZE = 48
1159
1157
    
1160
1158
    SUBMIT_MESSAGE = _(u"Sending report\u2026")