Merge pull request #420 from MeFisto94/135

Simplify Naming of SDK Windows (#135)
experimental
Rémy Bouquet 9 years ago
commit a22412fcb8
  1. 4
      sdk/jme3-assetpack-support/src/com/jme3/gde/assetpack/browser/Bundle.properties
  2. 4
      sdk/jme3-core/src/com/jme3/gde/core/appstates/AppStateExplorerTopComponent.java
  3. 4
      sdk/jme3-core/src/com/jme3/gde/core/filters/Bundle.properties
  4. 4
      sdk/jme3-core/src/com/jme3/gde/core/sceneexplorer/Bundle.properties

@ -1,6 +1,6 @@
CTL_AssetPackBrowserAction=AssetPackBrowser CTL_AssetPackBrowserAction=AssetPackBrowser
CTL_AssetPackBrowserTopComponent=AssetPackBrowser Window CTL_AssetPackBrowserTopComponent=AssetPackBrowser
HINT_AssetPackBrowserTopComponent=This is a AssetPackBrowser window HINT_AssetPackBrowserTopComponent=The AssetPackBrowser allows easy managing of your AssetPacks
AssetPackBrowserTopComponent.jTextField1.text=search AssetPackBrowserTopComponent.jTextField1.text=search
AssetPackBrowserTopComponent.jButton1.text=update AssetPackBrowserTopComponent.jButton1.text=update
AssetPackBrowserTopComponent.jButton2.text=online assetpacks AssetPackBrowserTopComponent.jButton2.text=online assetpacks

@ -67,8 +67,8 @@ persistenceType = TopComponent.PERSISTENCE_ALWAYS)
preferredID = "AppStateExplorerTopComponent") preferredID = "AppStateExplorerTopComponent")
@Messages({ @Messages({
"CTL_AppStateExplorerAction=AppStateExplorer", "CTL_AppStateExplorerAction=AppStateExplorer",
"CTL_AppStateExplorerTopComponent=AppStateExplorer Window", "CTL_AppStateExplorerTopComponent=AppStateExplorer",
"HINT_AppStateExplorerTopComponent=This is a AppStateExplorer window" "HINT_AppStateExplorerTopComponent=The AppStateExplorer provides an Overview over your current AppState"
}) })
public final class AppStateExplorerTopComponent extends TopComponent implements ExplorerManager.Provider { public final class AppStateExplorerTopComponent extends TopComponent implements ExplorerManager.Provider {

@ -1,3 +1,3 @@
CTL_FilterExplorerAction=FilterExplorer CTL_FilterExplorerAction=FilterExplorer
CTL_FilterExplorerTopComponent=FilterExplorer Window CTL_FilterExplorerTopComponent=FilterExplorer
HINT_FilterExplorerTopComponent=This is a FilterExplorer window HINT_FilterExplorerTopComponent=The FilterExplorer provides an Overview over your current Filter

@ -1,4 +1,4 @@
CTL_SceneExplorerAction=SceneExplorer CTL_SceneExplorerAction=SceneExplorer
CTL_SceneExplorerTopComponent=SceneExplorer Window CTL_SceneExplorerTopComponent=SceneExplorer
HINT_SceneExplorerTopComponent=This is a SceneExplorer window HINT_SceneExplorerTopComponent=The SceneExplorer provides an Overview over the SceneGraph of your Scene.
SceneExplorerTopComponent.jButton1.text=update SceneExplorerTopComponent.jButton1.text=update

Loading…
Cancel
Save