mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-31 11:11:33 +00:00
Use getMessage for slowdown threshold suffix
This commit is contained in:
parent
cf52bb31fc
commit
59d0284160
@ -372,7 +372,7 @@ class ConfigDialog(QtGui.QDialog):
|
||||
self.slowdownThresholdSpinbox.setMaximumWidth(80)
|
||||
self.slowdownThresholdSpinbox.setMinimum(constants.MINIMUM_SLOWDOWN_THRESHOLD)
|
||||
self.slowdownThresholdSpinbox.setSingleStep(0.1)
|
||||
self.slowdownThresholdSpinbox.setSuffix(" secs")
|
||||
self.slowdownThresholdSpinbox.setSuffix(getMessage("en", "seconds-suffix"))
|
||||
self.slowdownThresholdSpinbox.adjustSize()
|
||||
|
||||
self.rewindThresholdLabel = QLabel(getMessage("en", "rewind-threshold-label"), self)
|
||||
|
Loading…
Reference in New Issue
Block a user