Merge pull request #420 from MeFisto94/135

Simplify Naming of SDK Windows (#135)
This commit is contained in:
Rémy Bouquet 2016-02-21 09:22:57 +01:00
commit a22412fcb8
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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

View File

@ -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