mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Add a string for localization
This commit is contained in:
parent
2247086d9e
commit
2077a4f83e
|
@ -73,7 +73,7 @@ void CMenus::RenderDemoPlayer(CUIRect MainView)
|
|||
|
||||
Box.HSplitTop(20.f/UI()->Scale(), &Part, &Box);
|
||||
Box.HSplitTop(24.f/UI()->Scale(), &Part, &Box);
|
||||
UI()->DoLabelScaled(&Part, "Select a name", 24.f, 0);
|
||||
UI()->DoLabelScaled(&Part, Localize("Select a name"), 24.f, 0);
|
||||
Box.HSplitTop(20.f/UI()->Scale(), &Part, &Box);
|
||||
Box.HSplitTop(24.f/UI()->Scale(), &Part, &Box);
|
||||
Part.VMargin(20.f/UI()->Scale(), &Part);
|
||||
|
|
Loading…
Reference in a new issue