diff --git a/sdk/jme3-android/src/com/jme3/gde/android/Bundle.properties b/sdk/jme3-android/src/com/jme3/gde/android/Bundle.properties index b71eeba0d..f19f407ba 100644 --- a/sdk/jme3-android/src/com/jme3/gde/android/Bundle.properties +++ b/sdk/jme3-android/src/com/jme3/gde/android/Bundle.properties @@ -10,7 +10,7 @@ MobileCustomizerPanel.jLabel1.text=Android Target MobileCustomizerPanel.jLabel3.text=Application Package MobileCustomizerPanel.jTextField1.text=jTextField1 MobileCustomizerPanel.jButton2.text=Run Android Target Configuration Utility -MobileCustomizerPanel.jTextArea1.text=Notes (Press F1 for more information)\n\nThe android application package name can be freely chosen can differ from the main projects package name.\n\nYou have to disable "Compile on Save" under "Compiling" on the left to be able to run the project on a device using the "Android Device" configuration.\n\nThe android project ("mobile" folder) will be deleted when Android deployment is disabled. +MobileCustomizerPanel.jTextArea1.text=Notes (Press F1 for more information)\n\nThe android application package name can be freely chosen and differ from the main projects package name.\n\nYou have to disable "Compile on Save" under "Compiling" on the left to be able to run the project on a device using the "Android Device" configuration.\n\nThe android project ("mobile" folder) will be deleted when Android deployment is disabled. MobileCustomizerPanel.jTextField1.toolTipText=The package name used when creating the MainActivity MobileCustomizerPanel.jComboBox1.toolTipText=The android target platform of this project MobileCustomizerPanel.jButton2.toolTipText=Run the android target configuration utility