Skip to content

Commit 087110b

Browse files
committed
typo
1 parent 3d8ebb0 commit 087110b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dcoraid/gui/dbview/filter_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def __init__(self, *args, **kwargs):
142142
self.tableWidget.setDragEnabled(True)
143143
self.tableWidget.setDragDropMode(
144144
QtWidgets.QAbstractItemView.DragDropMode.DragOnly)
145-
self.label_info.setText("<i>Tip: You can drag and drop your selection "
145+
self.label_info.setText("<i>Hint: You can drag and drop your selection "
146146
"from the resources list to DCscope!</i>")
147147

148148
def get_entry_actions(self, row, entry):

0 commit comments

Comments
 (0)