mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
Add missing space so only once translation is auto-generated
This commit is contained in:
parent
3a9633f553
commit
126b7462ea
@ -117,7 +117,7 @@ KBMSettings::KBMSettings(std::shared_ptr<GameInfoClass> game_info_get, QWidget*
|
||||
|
||||
connect(ui->SpeedOffsetSlider, &QSlider::valueChanged, this, [this](int value) {
|
||||
QString SOSValue = QString::number(value / 1000.0, 'f', 3);
|
||||
QString SOSString = tr("Speed Offset (def 0.125):") + " " + SOSValue;
|
||||
QString SOSString = tr("Speed Offset (def 0.125): ") + " " + SOSValue;
|
||||
ui->SpeedOffsetLabel->setText(SOSString);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user