Skip to content

Commit

Permalink
Merge pull request #66 from Taapat/pull
Browse files Browse the repository at this point in the history
PositionerSetup: remove forgotten incorect string in createSetup
  • Loading branch information
littlesat committed Oct 14, 2015
2 parents 7022b24 + ddf55d9 commit 128947c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ def createSetup(self):
self.list.append((_("Fine movement"), self.positioner_finemove, "finemove"))
self.list.append((_("Set limits"), self.positioner_limits, "limits"))
self.list.append((_("Memory index") + (self.getUsals() and " (USALS)" or ""), self.positioner_storage, "storage"))
self.list.append((text, self.positioner_storage, "storage"))
self.list.append((_("Goto"), self.orbitalposition, "goto"))
self.list.append((" ", self.orientation, "goto"))
self["list"].l.setList(self.list)
Expand Down

0 comments on commit 128947c

Please sign in to comment.