Spell checking, s-z, plus a couple of missed ones.
This commit is contained in:
@ -52,7 +52,7 @@ function iitcDesktopPluginDownloadTable ( $build )
|
||||
'Map Tiles' => "Alternative map layers",
|
||||
'Tweaks' => "Adjust IITC settings",
|
||||
'Misc' => "Unclassified plugins",
|
||||
'Obsolete' => "Plugins that are no longer recommended, due to being superceeded by others or similar",
|
||||
'Obsolete' => "Plugins that are no longer recommended, due to being superceded by others or similar",
|
||||
'Deleted' => "Deleted plugins - listed here for reference only. No download available"
|
||||
);
|
||||
|
||||
|
@ -130,7 +130,7 @@ foreach ( $pages as $key => $name )
|
||||
|
||||
print "<li".($page == $key ? ' class="active"' :'')."><a href=\"$url\">$name</a></li>\n";
|
||||
|
||||
# after 'mobile', add a horizontal seperator
|
||||
# after 'mobile', add a horizontal separator
|
||||
if ( $key == 'test' )
|
||||
print "<li class=\"divider\"></li>";
|
||||
}
|
||||
|
@ -100,7 +100,7 @@ The colour within the square shows the state of the data:
|
||||
</ul>
|
||||
The status message at the bottom-right of the screen gives a summary.
|
||||
<ul>
|
||||
<li>If all requests were succesful/fresh from cache (i.e. all green borders) the status is 'Done'.</li>
|
||||
<li>If all requests were successful/fresh from cache (i.e. all green borders) the status is 'Done'.</li>
|
||||
<li>If some requests failed, but cached data was available (i.e. some red border/yellow fill) the status is 'Out of date'.</li>
|
||||
<li>If some requests failed, but no cached data was available (i.e. some red border/red fill) the status is 'Error'.</li>
|
||||
</ul>
|
||||
|
@ -230,7 +230,7 @@ IITC version 0.12.0 has been released. This contains quite a few changes and new
|
||||
<li>Sync plugin - to sync data from the 'Keys' addon to multiple computers via Google Drive</li>
|
||||
<li>... and many other tweaks, bug fixes, etc</li>
|
||||
</ul>
|
||||
IITC Mobile 0.4.0 is also released. THis has also had major work. Along with the above, it includes a
|
||||
IITC Mobile 0.4.0 is also released. This has also had major work. Along with the above, it includes a
|
||||
new in-app layer chooser and chat/map switcher, and authentication has been revamped to use the native
|
||||
Android authentication rather than entering your password.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user