Skip to content

Commit 8cc99e5

Browse files
committed
Minor
1 parent 66e03bd commit 8cc99e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dls_barcode/gui/record_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def _record_selected(self):
113113
self._imageFrame.display_puck_image(marked_image)
114114
except IndexError:
115115
self._barcodeTable.populate([])
116-
self._imageFrame.clear_frame("Record table is empty\nNothing to display")
116+
self._imageFrame.clear_frame("Record table empty\nNothing to display")
117117

118118
def _delete_selected_records(self):
119119
""" Called when the 'Delete' button is pressed. Deletes all of the selected records

0 commit comments

Comments
 (0)