mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-19 07:04:45 +00:00
Make a string translatable in tilt settings dialog
This commit is contained in:
parent
2f833a52cc
commit
d7b0287e7a
@ -42,7 +42,7 @@ void TiltAnalogSettingsScreen::CreateViews() {
|
||||
settings->Add(new PopupSliderChoiceFloat(&g_Config.fDeadzoneRadius, 0.0, 1.0, c->T("Deadzone Radius"), screenManager()));
|
||||
|
||||
settings->Add(new ItemHeader(c->T("Calibration")));
|
||||
InfoItem *calibrationInfo = new InfoItem("To calibrate, keep device on a flat surface and press calibrate.", "");
|
||||
InfoItem *calibrationInfo = new InfoItem(c->T("To Calibrate", "To calibrate, keep device on a flat surface and press calibrate."), "");
|
||||
settings->Add(calibrationInfo);
|
||||
|
||||
Choice *calibrate = new Choice(c->T("Calibrate D-Pad"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user