reword description

This commit is contained in:
sinamas 2013-05-12 15:42:03 +02:00
parent 9a9c2093f7
commit 5a8665df68
2 changed files with 6 additions and 6 deletions

6
README
View File

@ -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

View File

@ -615,9 +615,9 @@ void GambatteMenuHandler::about() {
"</a>"
"</p>"
"<p>"
"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."
"</p>"
);
}