~leonov-gtk/leonov/leonov-gtk

« back to all changes in this revision

Viewing changes to leonov/gtk/prefsdialog.py

  • Committer: Siegfried-Angel Gevatter Pujals
  • Date: 2008-09-06 20:16:30 UTC
  • mfrom: (109.2.1 leonov)
  • Revision ID: rainct@ubuntu.com-20080906201630-e9k9ihes3f00pw0a
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
            pass
76
76
        else:
77
77
            self._preferencesDialog.destroy()
78
 
            raise Exception("This response message should not be given")
 
78
            raise Exception(_("This response message should not be given"))
79
79
        
80
80
        self._preferencesDialog.destroy()
81
81