We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025d940 commit f1350ecCopy full SHA for f1350ec
src/silx/gui/widgets/FrameBrowser.py
@@ -326,7 +326,7 @@ def __init__(self, parent=None):
326
self.__timer.timeout.connect(self._updateState)
327
328
self._playButton = qt.QToolButton(self)
329
- self._playButton.setToolTip("Display movie with frames")
+ self._playButton.setToolTip("Display dataset movie.")
330
self._playButton.setIcon(icons.getQIcon("camera"))
331
self._playButton.setIconSize(iconSize)
332
self._playButton.setCheckable(True)
0 commit comments