Browse Source

SDK:
- update help "about" page

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9809 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 13 years ago
parent
commit
7c58e4d26b

+ 6 - 6
jme3-core/javahelp/com/jme3/gde/core/docs/core-about.html

@@ -31,23 +31,23 @@
 -->
 <html>
     <head>
-        <title>About jMonkeyPlatform</title>
+        <title>About jMonkeyEngine SDK</title>
         <link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     </head>
     <body>
-        <h2>About jMonkeyPlatform</h2>
+        <h2>About jMonkeyEngine SDK</h2>
         <p>
-            The jMonkeyPlatform is a game development environment for jMonkeyEngine 3.
+            The jMonkeyEngine SDK (or "jMonkeyPlatform") is a game development environment for jMonkeyEngine 3.
         </p>
         <p>
-            jMonkeyPlatform is based on the NetBeans Platform so you automatically have access to all of the
+            The jMonkeyEngine SDK is based on the NetBeans Platform so you automatically have access to all of the
             developer tools of the NetBeans IDE to create, compile and deploy Java applications.
-            On top of that, the jMonkeyPlatform provides you with specialized plugins for creating jMonkeyEngine 3 game content.
+            On top of that, the jMonkeyEngine SDK provides you with specialized plugins for creating jMonkeyEngine 3 game content.
         </p>
         <h2>Documentation</h2>
         <p>
-            This help contains info about most of jMonkeyPlatforms functions, take a look at the
+            This help contains info about most of the functions of the jMonkeyEngine SDK, take a look at the
             "Introduction" section of the help to get started with <a href="/com/jme3/gde/core/docs/sdk/project_creation.html">creating projects</a>. The sections
             on <a href="/com/jme3/gde/core/docs/sdk/model_loader_and_viewer.html">model</a> and <a href="/com/jme3/gde/core/docs/sdk/material_editing.html">material</a> handling will give you information on how you can manage and edit
             your game assets. Finally theres information about how jMonkeyPlatform helps you

+ 1 - 1
jme3-core/javahelp/com/jme3/gde/core/docs/core-toc.xml

@@ -33,7 +33,7 @@
 <!DOCTYPE toc PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN" "http://java.sun.com/products/javahelp/toc_2_0.dtd">
 <toc version="2.0">
     <tocitem text="jMonkeyEngine SDK" mergetype="javax.help.UniteAppendMerge">
-        <tocitem text="About jMonkeyPlatform" target="com.jme3.gde.core.about"/>
+        <tocitem text="About jMonkeyEngine SDK" target="com.jme3.gde.core.about"/>
         <tocitem text="Introduction">
             <tocitem text="Creating a Project" target="sdk.project_creation"/>
             <tocitem text="The OpenGL Window" target="com.jme3.gde.core.sceneviewer"/>