From a7f2160a0f8654b4f6e928a4335a86ff945db1e4 Mon Sep 17 00:00:00 2001 From: comex Date: Mon, 23 Sep 2013 01:07:19 -0400 Subject: [PATCH] Remove "educational purposes only" from about message. Dolphin is obviously not marketed as being for educational purposes only, and claiming otherwise in the about screen would not have any legal weight, so don't insult everyone's intelligence. --- Source/Core/DolphinWX/Src/AboutDolphin.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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);