Change note

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2022-03-22 12:52:39 +01:00 committed by GitHub
parent 528b27b7ab
commit eba76ad9c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ from .lib import TempPublishFiles, file_size_to_string
class SidePanelWidget(QtWidgets.QWidget):
save_clicked = QtCore.Signal()
published_workfile_message = (
"<b>INFO</b>: Published workfiles you'll opened will be stored in"
"<b>INFO</b>: Opened published workfiles will be stored in"
" temp directory on your machine. Current temp size: <b>{}</b>."
)