|
@@ -3,7 +3,7 @@ module INSPECTOR {
|
|
|
export class PopupTool extends AbstractTool {
|
|
|
|
|
|
constructor(parent:HTMLElement, inspector:Inspector) {
|
|
|
- super('fa-external-link', parent, inspector, 'Creates the inspector in an external popup');
|
|
|
+ super('fa-external-link', parent, inspector, 'Open the inspector in a popup');
|
|
|
}
|
|
|
|
|
|
// Action : refresh the whole panel
|