mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 00:10:26 -06:00
locale: update strings, added localisation notes, misc. clean-up
This commit is contained in:
@@ -151,16 +151,17 @@ static void DrawScanlineBars()
|
||||
SetShaderModifier(IMGUI_SHADER_MODIFIER_NONE);
|
||||
|
||||
// Options text
|
||||
// TODO: localise this.
|
||||
DrawTextWithOutline(
|
||||
DrawTextWithOutline
|
||||
(
|
||||
g_dfsogeistdFont,
|
||||
Scale(48.0f),
|
||||
{ Scale(122.0f), Scale(56.0f) },
|
||||
IM_COL32(255, 190, 33, 255),
|
||||
"OPTIONS",
|
||||
Localise("Options_Header_Name").c_str(),
|
||||
4,
|
||||
IM_COL32_BLACK,
|
||||
IMGUI_SHADER_MODIFIER_TITLE_BEVEL);
|
||||
IMGUI_SHADER_MODIFIER_TITLE_BEVEL
|
||||
);
|
||||
|
||||
// Top bar line
|
||||
drawList->AddLine
|
||||
|
||||
Reference in New Issue
Block a user