Translation: Make "Version" string translatable

Addresses `About Window -> The "Version: " string is untranslatable`
This commit is contained in:
KamFretoZ 2024-07-29 21:16:35 +07:00 committed by Ty
parent b0026ff59f
commit a1ac86934e
1 changed files with 1 additions and 1 deletions

View File

@ -6573,7 +6573,7 @@ void FullscreenUI::DrawAboutWindow()
"This allows you to play PS2 games on your PC, with many additional features and benefits."));
ImGui::NewLine();
ImGui::TextWrapped("Version: %s", GIT_REV);
ImGui::TextWrapped(FSUI_CSTR("Version: %s"), GIT_REV);
ImGui::NewLine();
ImGui::TextWrapped("%s",