changed label of save button for note to "Save note"

This commit is contained in:
iLLiCiTiT 2021-01-07 18:13:32 +01:00
parent 059e5b5ce3
commit b15880e0d8

View file

@ -813,7 +813,7 @@ class SidePanelWidget(QtWidgets.QWidget):
note_label = QtWidgets.QLabel("Artist note", self)
note_input = QtWidgets.QPlainTextEdit(self)
btn_note_save = QtWidgets.QPushButton("Save", self)
btn_note_save = QtWidgets.QPushButton("Save note", self)
main_layout = QtWidgets.QVBoxLayout(self)
main_layout.setContentsMargins(0, 0, 0, 0)