diff options
-rw-r--r-- | docs/manaplus.6 | 14 | ||||
-rw-r--r-- | docs/manaplustest.6 | 4 | ||||
-rw-r--r-- | src/gui/widgets/tabs/setup_perfomance.cpp | 2 | ||||
-rw-r--r-- | src/test/testmain.cpp | 2 |
4 files changed, 11 insertions, 11 deletions
diff --git a/docs/manaplus.6 b/docs/manaplus.6 index adce9b358..507092aab 100644 --- a/docs/manaplus.6 +++ b/docs/manaplus.6 @@ -4,11 +4,11 @@ manaplus \- ManaPlus: A 2D MMORPG client .SH "SYNOPSIS" \fBmanaplus\fR .SH "DESCRIPTION" -This manual page documents briefly the -\fBmanaplus\fR ingame +This manual page documents the +\fBmanaplus\fR in-game commands. -\fBmanaplus\fR is a great online game based upon the Seiken Densetsu Serie. -It has its own universe, and and its own character management system, which will +\fBmanaplus\fR is a great online game based upon the Seiken Densetsu Series. +It has its own universe and its own character management system which will give you the opportunity to play in a 2D heroic-fantasy world forever. .SH "BINARY PARAMETERS" This program follows the usual GNU command line syntax, with long @@ -16,10 +16,10 @@ options starting with two dashes (`-'). A summary of options is included below. .TP .B \-l, \-\-log\-file -Log file to use +Log file to use. .TP .B \-a, \-\-chat\-log\-dir -Chat log dir to use +Chat log directory to use. .TP .B \-v, \-\-version Show version of the program. @@ -100,5 +100,5 @@ Shows configuration window. This manual page was written by Patrick Matth\[:a]i <patrick.matthaei@web.de> for the Mana project. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU General Public License, Version 2 any +under the terms of the GNU General Public License, version 2 or any later version published by the Free Software Foundation. diff --git a/docs/manaplustest.6 b/docs/manaplustest.6 index 754a3fb31..019fac805 100644 --- a/docs/manaplustest.6 +++ b/docs/manaplustest.6 @@ -4,11 +4,11 @@ manaplustest \- ManaPlusTest: test tool for manaplus .SH "SYNOPSIS" \fBmanaplustest\fR .SH "DESCRIPTION" -It start graphics and audio testing and configuring manaplus. +Graphics and configuration tool for manaplus. .SH "AUTHOR" This manual page was written by Andrei Karas <akaras@inbox.ru> for the ManaPlus project. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU General Public License, Version 2 any +under the terms of the GNU General Public License, version 2 or any later version published by the Free Software Foundation. diff --git a/src/gui/widgets/tabs/setup_perfomance.cpp b/src/gui/widgets/tabs/setup_perfomance.cpp index c7c1edef8..0b9aa5b20 100644 --- a/src/gui/widgets/tabs/setup_perfomance.cpp +++ b/src/gui/widgets/tabs/setup_perfomance.cpp @@ -148,7 +148,7 @@ Setup_Perfomance::Setup_Perfomance(const Widget2 *const widget) : // TRANSLATORS: settings option new SetupItemCheckBox(_("Cache all sprites per map (can use " - "additinal memory)"), "", "uselonglivesprites", this, + "additional memory)"), "", "uselonglivesprites", this, "uselonglivespritesEvent"); // TRANSLATORS: settings option diff --git a/src/test/testmain.cpp b/src/test/testmain.cpp index 93174f94d..a402cf2b8 100644 --- a/src/test/testmain.cpp +++ b/src/test/testmain.cpp @@ -266,7 +266,7 @@ void TestMain::writeConfig(const RenderType openGLMode, // max batch size // mConfig.setValue("batchsize", batchSize); - // additinal modes + // additional modes mConfig.setValue("useTextureSampler", static_cast<bool>(detectMode & 1024)); mConfig.setValue("compresstextures", |