Skip to content

Commit f1350ec

Browse files
author
Edgar Gutierrez Fernandez
committed
tooltip
1 parent 025d940 commit f1350ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/silx/gui/widgets/FrameBrowser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def __init__(self, parent=None):
326326
self.__timer.timeout.connect(self._updateState)
327327

328328
self._playButton = qt.QToolButton(self)
329-
self._playButton.setToolTip("Display movie with frames")
329+
self._playButton.setToolTip("Display dataset movie.")
330330
self._playButton.setIcon(icons.getQIcon("camera"))
331331
self._playButton.setIconSize(iconSize)
332332
self._playButton.setCheckable(True)

0 commit comments

Comments
 (0)