~ubuntu-branches/debian/sid/tortoisehg/sid

« back to all changes in this revision

Viewing changes to tortoisehg/hgqt/shellconf.py

  • Committer: Package Import Robot
  • Author(s): Ludovico Cavedon
  • Date: 2012-05-29 00:59:17 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120529005917-ae1mdohuiimxxkc0
Tags: 2.4-1
* Imported Upstream version 2.4 (Closes: #671473).
* Re-add Nautilus extension (LP: #990527).
* Update Standards-Version to 3.9.3.
* Update copyright format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        cmenuwidget = QWidget()
84
84
        grid = QGridLayout()
85
85
        cmenuwidget.setLayout(grid)
86
 
        tw.addTab(cmenuwidget, _("Contex Menu"))
 
86
        tw.addTab(cmenuwidget, _("Context Menu"))
87
87
 
88
88
        w = QLabel(_("Top menu items:"))
89
89
        grid.addWidget(w, 0, 0)