UI: Make title bar "SAFE MODE" translatable

This commit is contained in:
田七不甜
2023-08-06 07:17:52 +08:00
committed by Lain
parent 796e2d5815
commit e8dbeede76
2 changed files with 2 additions and 1 deletions

View File

@@ -9417,7 +9417,7 @@ void OBSBasic::UpdateTitleBar()
name << App()->GetVersionString(false);
if (safe_mode)
name << " (SAFE MODE)";
name << " (" << Str("TitleBar.SafeMode") << ")";
if (App()->IsPortableMode())
name << " - " << Str("TitleBar.PortableMode");