mirror of https://github.com/PCSX2/pcsx2.git
Translation: Make "Version" string translatable
Addresses `About Window -> The "Version: " string is untranslatable`
This commit is contained in:
parent
b0026ff59f
commit
a1ac86934e
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue