SettingsDialog: Fix typo
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
parent
1aee607573
commit
fd218ba841
@ -55,7 +55,7 @@ class SettingsDialog(QtWidgets.QDialog):
|
|||||||
i18n("Discard inactive tab after (in seconds):")
|
i18n("Discard inactive tab after (in seconds):")
|
||||||
)
|
)
|
||||||
self.ui.closeTabWhenUnloadedForLabel.setText(
|
self.ui.closeTabWhenUnloadedForLabel.setText(
|
||||||
i18n("Close tab when unloaded for:")
|
i18n("Close tab when unloaded for (in seconds):")
|
||||||
)
|
)
|
||||||
|
|
||||||
def updateData(self):
|
def updateData(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user