diff --git a/sdk/jme3-templates/src/com/jme3/gde/templates/Bundle.properties b/sdk/jme3-templates/src/com/jme3/gde/templates/Bundle.properties
index cfcb10340..de29ba9d8 100644
--- a/sdk/jme3-templates/src/com/jme3/gde/templates/Bundle.properties
+++ b/sdk/jme3-templates/src/com/jme3/gde/templates/Bundle.properties
@@ -5,4 +5,4 @@ OpenIDE-Module-Long-Description=\
OpenIDE-Module-Name=Project Templates
OpenIDE-Module-Short-Description=Provides Project Templates
Templates/Project/JME3/BasicGameProject.zip=BasicGame
-Templates/Project/JME3/JME3TestsAndroidProject.zip=jME3TestsAndroid
+Templates/Project/JME3/JME3TestsAndroidProject.zip=JME3 Tests Android
diff --git a/sdk/jme3-templates/src/com/jme3/gde/templates/Phone_16.gif b/sdk/jme3-templates/src/com/jme3/gde/templates/Phone_16.gif
deleted file mode 100644
index 40bb42dff..000000000
Binary files a/sdk/jme3-templates/src/com/jme3/gde/templates/Phone_16.gif and /dev/null differ
diff --git a/sdk/jme3-templates/src/com/jme3/gde/templates/layer.xml b/sdk/jme3-templates/src/com/jme3/gde/templates/layer.xml
index 5facb0761..a296d5262 100644
--- a/sdk/jme3-templates/src/com/jme3/gde/templates/layer.xml
+++ b/sdk/jme3-templates/src/com/jme3/gde/templates/layer.xml
@@ -13,7 +13,7 @@
-
+
diff --git a/sdk/jme3-templates/src/com/jme3/gde/templates/phone16.png b/sdk/jme3-templates/src/com/jme3/gde/templates/phone16.png
new file mode 100644
index 000000000..afef9d6df
Binary files /dev/null and b/sdk/jme3-templates/src/com/jme3/gde/templates/phone16.png differ
diff --git a/sdk/jme3-templates/src/com/jme3/gde/templates/testsandroid/JME3TestsAndroidDescription.html b/sdk/jme3-templates/src/com/jme3/gde/templates/testsandroid/JME3TestsAndroidDescription.html
index 69a83534b..2d5524481 100644
--- a/sdk/jme3-templates/src/com/jme3/gde/templates/testsandroid/JME3TestsAndroidDescription.html
+++ b/sdk/jme3-templates/src/com/jme3/gde/templates/testsandroid/JME3TestsAndroidDescription.html
@@ -7,6 +7,7 @@ and open the template in the editor.
- Sample jME3 Tests Template for Android project
+ This template is the same as the JME3 Tests template, but configured to run as an Android project.
+ Feel free to modify the code samples and experiment! If you break something, you can always recreate the packaged samples from this template.