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 17b42b3f2..b19a7af2d 100644 --- a/sdk/jme3-android/src/com/jme3/gde/android/Bundle.properties +++ b/sdk/jme3-android/src/com/jme3/gde/android/Bundle.properties @@ -10,3 +10,7 @@ MobileCustomizerPanel.jLabel3.text=Application Package MobileCustomizerPanel.jTextField1.text=jTextField1 MobileCustomizerPanel.jButton2.text=Run Android Target Configuration Utility MobileCustomizerPanel.jTextArea1.text=Tip:\nTo recreate the android build project, uncheck the checkbox and press OK, then open this window again and re-enable the checkbox. +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 +MobileCustomizerPanel.jCheckBox1.toolTipText=Creates a "mobile" folder with an android project that is embedded in the build process