~ubuntu-branches/ubuntu/jaunty/gdesklets/jaunty-updates

« back to all changes in this revision

Viewing changes to utils/error.py

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue
  • Date: 2008-09-02 22:00:17 UTC
  • mfrom: (2.1.18 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080902220017-m66bj19l0ll8x7yh
Tags: 0.36-5
* Redo 40_dont_update_mime.diff to use a more compact syntax by 
  Loïc Minier's suggestion.  Thanks lool.
* Regenerate 70_relibtoolize.diff accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
            dialog.user_error(ident,
158
158
                              _("Runtime Error") +
159
159
                              "\n<i><small>%s</small></i>\n\n" % dspfile,
160
 
                              _("An error occured while executing a desklet."),
 
160
                              _("An error occurred while executing a desklet."),
161
161
                              details)
162
162
 
163
163