We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e03bd commit 8cc99e5Copy full SHA for 8cc99e5
dls_barcode/gui/record_table.py
@@ -113,7 +113,7 @@ def _record_selected(self):
113
self._imageFrame.display_puck_image(marked_image)
114
except IndexError:
115
self._barcodeTable.populate([])
116
- self._imageFrame.clear_frame("Record table is empty\nNothing to display")
+ self._imageFrame.clear_frame("Record table empty\nNothing to display")
117
118
def _delete_selected_records(self):
119
""" Called when the 'Delete' button is pressed. Deletes all of the selected records
0 commit comments