Skip to content

Commit

Permalink
Update MosaicAuto.py
Browse files Browse the repository at this point in the history
Fixed typo in MosaicAuto instructions.
  • Loading branch information
pllim committed Feb 18, 2016
1 parent e9ef62a commit fc2a02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stginga/plugins/MosaicAuto.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def build_gui(self, container):
def instructions(self):
self.tw.set_text("""Click "Create Mosaic" to create a mosaic using all currently open images. This can only be done once. If you do not see it on the main display, try the "zoom to fit window size" button (magnifying glass with "[:]" at the bottom).
Select one or more images from the list below to highlight their positions on the mosaic. Once you have selected the image(s) to keep, click "Save Selection" to write the image list to output XML file.""")
Select one or more images from the list below to highlight their positions on the mosaic. Once you have selected the image(s) to keep, click "Save Selection" to write the image list to output file.""")

def recreate_imlist(self):
"""Refresh image list for new selection."""
Expand Down

0 comments on commit fc2a02c

Please sign in to comment.