/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to revisionview.py

  • Committer: Daniel Schierbeck
  • Date: 2008-04-01 19:22:02 UTC
  • mto: (450.1.16 trunk)
  • mto: This revision was merged to the branch mainline in revision 458.
  • Revision ID: daniel.schierbeck@gmail.com-20080401192202-ye9cbsud2uph2wjt
Fixed typo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
            self.show_no_signature()
138
138
            self.signature_image.set_from_file(icon_path("sign-bad.png"))
139
139
            self.signature_label.set_markup("<b>Authentication error</b>\n" +
140
 
                                            "Signature key not available")
 
140
                                            "Signature key not available.")
141
141
            return
142
142
 
143
143
        if key.is_trusted():