diff --git a/Library/Section.h b/Library/Section.h index 78406d03..4becf49d 100644 --- a/Library/Section.h +++ b/Library/Section.h @@ -55,7 +55,7 @@ protected: bool UpdateCounter(); - // Plugins may access this string through RmGetMeasureName(). This should never changed be to + // Plugins may access this string through RmGetMeasureName(). This should never be modified to // ensure thread-safety. const std::wstring m_Name; diff --git a/SkinInstaller/SkinInstallerLauncher.cpp b/SkinInstaller/SkinInstallerLauncher.cpp index 64747795..c53ae5ef 100644 --- a/SkinInstaller/SkinInstallerLauncher.cpp +++ b/SkinInstaller/SkinInstallerLauncher.cpp @@ -115,7 +115,7 @@ int APIENTRY wWinMain(HINSTANCE, HINSTANCE, LPWSTR, int) message, L"SkinInstaller.dll load error %ld.", GetLastError()); - MessageBox(nullptr, message, L"Rainmeter", MB_OK | MB_ICONERROR); + MessageBox(nullptr, message, L"Skin Installer", MB_OK | MB_ICONERROR); return 1; }