From 5a8665df689913626a2edf46e5aa3ba37418bbb1 Mon Sep 17 00:00:00 2001 From: sinamas Date: Sun, 12 May 2013 15:42:03 +0200 Subject: [PATCH] reword description --- README | 6 +++--- gambatte_qt/src/gambattemenuhandler.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index e63a3745..784d5529 100644 --- a/README +++ b/README @@ -21,9 +21,9 @@ Free Software Foundation, Inc., About -------------------------------------------------------------------------------- -Gambatte is an open-source Game Boy Color emulator written for the sake of its -author's amusement and made available in the hope that it will be useful. It is -based on some stupid amount of hardware accuracy tests. +Gambatte is an open-source Game Boy Color emulator written for fun and made +available in the hope that it will be useful. It is based on some stupid amount +of hardware accuracy tests. The core emulation code is contained in a separate library backend (libgambatte) written in platform-independent C++. There is currently a Qt GUI diff --git a/gambatte_qt/src/gambattemenuhandler.cpp b/gambatte_qt/src/gambattemenuhandler.cpp index 20ae9c73..fd556fdc 100644 --- a/gambatte_qt/src/gambattemenuhandler.cpp +++ b/gambatte_qt/src/gambattemenuhandler.cpp @@ -615,9 +615,9 @@ void GambatteMenuHandler::about() { "" "

" "

" - "Gambatte is an open-source Game Boy Color emulator written for the sake " - "of its author's amusement and made available in the hope that it will be " - "useful. It is based on some stupid amount of hardware accuracy tests." + "Gambatte is an open-source Game Boy Color emulator written for fun " + "and made available in the hope that it will be useful. It is based " + "on some stupid amount of hardware accuracy tests." "

" ); }