mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 16:43:55 -07:00
Un-translate 'ms'
This commit is contained in:
parent
3b068b79fe
commit
8af49406cd
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ void UserInterfaceSettingsPage::retranslateUi()
|
||||||
openDeckInNewTabCheckBox.setText(tr("Open deck in new tab by default"));
|
openDeckInNewTabCheckBox.setText(tr("Open deck in new tab by default"));
|
||||||
replayGroupBox->setTitle(tr("Replay settings"));
|
replayGroupBox->setTitle(tr("Replay settings"));
|
||||||
rewindBufferingMsLabel.setText(tr("Buffer time for backwards skip via shortcut:"));
|
rewindBufferingMsLabel.setText(tr("Buffer time for backwards skip via shortcut:"));
|
||||||
rewindBufferingMsBox.setSuffix(tr(" ms"));
|
rewindBufferingMsBox.setSuffix(" ms");
|
||||||
}
|
}
|
||||||
|
|
||||||
DeckEditorSettingsPage::DeckEditorSettingsPage()
|
DeckEditorSettingsPage::DeckEditorSettingsPage()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue