diff --git a/Source/Core/DolphinWX/Src/AboutDolphin.cpp b/Source/Core/DolphinWX/Src/AboutDolphin.cpp index 3371fd1504..610e343a51 100644 --- a/Source/Core/DolphinWX/Src/AboutDolphin.cpp +++ b/Source/Core/DolphinWX/Src/AboutDolphin.cpp @@ -45,9 +45,8 @@ AboutDolphin::AboutDolphin(wxWindow *parent, wxWindowID id, "\n" "We are not affiliated with Nintendo in any way.\n" "Gamecube and Wii are trademarks of Nintendo.\n" - "The emulator is for educational purposes only\n" - "and should not be used to play games you do\n" - "not legally own."), + "The emulator should not be used to play games\n" + "you do not legally own."), scm_desc_str, scm_branch_str, scm_rev_git_str, __DATE__, __TIME__); wxStaticText* const Message = new wxStaticText(this, wxID_ANY, Text);