diff --git a/UI/obs-app.cpp b/UI/obs-app.cpp index b85062ff8..440412574 100644 --- a/UI/obs-app.cpp +++ b/UI/obs-app.cpp @@ -1266,7 +1266,9 @@ string OBSApp::GetVersionString() const #ifdef _WIN32 if (sizeof(void*) == 8) - ver << "64bit, "; + ver << "64-bit, "; + else + ver << "32-bit, "; ver << "windows)"; #elif __APPLE__