Skip to content

Commit

Permalink
Mantis: #3 - Fixed spelling error "Font" -> "Character"
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Gromanowski <[email protected]>
  • Loading branch information
lgromanowski committed Jul 17, 2011
1 parent ac9b171 commit 0bf2a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/openmw/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ bool parseOptions (int argc, char**argv, OMW::Engine& engine)

( "encoding", boost::program_options::value<std::string>()->
default_value("win1252"),
"Font encoding used in OpenMW game messages:\n"
"Character encoding used in OpenMW game messages:\n"
"\n\twin1250 - Central and Eastern European such as Polish, Czech, Slovak, Hungarian, Slovene, Bosnian, Croatian, Serbian (Latin script), Romanian and Albanian languages\n"
"\n\twin1251 - Cyrillic alphabet such as Russian, Bulgarian, Serbian Cyrillic and other languages\n"
"\n\twin1252 - Western European (Latin) alphabet, used by default")
Expand Down

0 comments on commit 0bf2a2d

Please sign in to comment.