Revert "Fix typos and some HTML style changes."

This reverts commit 88df1a7d7e.
This commit is contained in:
calebrw 2016-09-17 14:36:50 -05:00
parent 4cf8823b95
commit a5501eaf28
4 changed files with 30 additions and 8 deletions

23
freecol.iml Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" scope="TEST">
<library name="JUnit4">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.12.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="miglayout-core-4.2" level="application" />
<orderEntry type="library" name="commons-cli-1.3.1" level="project" />
</component>
</module>

View File

@ -7,7 +7,7 @@ Contains the classes responsible for the control of the game.
There are two types of control classes: controllers and
input handlers. The latter receives requests from the server
and takes the appropriate actions, while the former contains
the other methods that are necessary to control the game.
the other methods that are neccessary to control the game.
</body>
</html>

View File

@ -1,5 +1,5 @@
<HTML>
<HEAD>
<BODY>
<STYLE type="text/css">
.keyword {
@ -21,8 +21,7 @@ SMALL {
}
</STYLE>
</HEAD>
<BODY>
<H2>FreeCol internationalisation</H2>
@ -77,18 +76,18 @@ java&nbsp;-cp&nbsp;src/classes&nbsp;net.sf.freecol.common.i18n.MessageMerge&nbsp
..where the red message file is the one to merge from (typically the one shown
above) and the black message file is the one to merge to.
<TABLE><TR><TD><P><IMG src="http://www.zen9658.zen.co.uk/MessageMerge.png" alt="MessageMerge screen" align=left style="margin-right:20px;">
<P><TABLE><TR><TD><IMG src="http://www.zen9658.zen.co.uk/MessageMerge.png" alt="MessageMerge screen" align=left style="margin-right:20px;">
<P>The screen shot shows "players" and "gameState" messages have been added. Select
the added messages from the left and press the [insert in right] button.
<P>To remove obsolete or over-zealously inserted messages, select a range from
<P>To remove obselete or over-zealously inserted messages, select a range from
the right and press the [delete from right] button.
<P>Press the [save right] button to write the changes to the message file shown
on the right hand side. Doing so will destroy your translation file without
warning so ensure that the file on the right-hand side is committed to CVS
before pressing the button or you risk losing your work.</P>
before pressing the button or you risk losing your work.
</TD></TR></TABLE>
<CENTER><SMALL>

View File

@ -7,7 +7,7 @@ Contains the classes responsible for the control of the game.
There are two types of control classes: controllers and
input handlers. The latter receives requests from the clients
and takes the appropriate actions, while the former contains
the other methods that are necessary to control the game.
the other methods that are neccessary to control the game.
</body>
</html>