SettingsDialog: Fix typo

Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
Juraj Oravec 2019-09-27 14:57:46 +02:00
parent 1aee607573
commit fd218ba841
No known key found for this signature in database
GPG Key ID: 63ACB65056BC8D07

View File

@ -55,7 +55,7 @@ class SettingsDialog(QtWidgets.QDialog):
i18n("Discard inactive tab after (in seconds):")
)
self.ui.closeTabWhenUnloadedForLabel.setText(
i18n("Close tab when unloaded for:")
i18n("Close tab when unloaded for (in seconds):")
)
def updateData(self):