mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-23 00:29:47 +00:00
FIX: Typo in " file in the editor is not located in the worksapce"
This commit is contained in:
parent
79b0369493
commit
92aa6ef04f
@ -64,7 +64,7 @@ public abstract class AssemblerEditorFilesCommandHandler extends AbstractHandler
|
|||||||
AssemblerPlugin.getInstance().showError(
|
AssemblerPlugin.getInstance().showError(
|
||||||
assemblerEditor.getSite().getShell(),
|
assemblerEditor.getSite().getShell(),
|
||||||
"Operation '" + event.getCommand().getName()
|
"Operation '" + event.getCommand().getName()
|
||||||
+ "' is not possible because the file in the editor is not located in the worksapce.",
|
+ "' is not possible because the file in the editor is not located in the workspace.",
|
||||||
new Exception());
|
new Exception());
|
||||||
} catch (NotDefinedException ignore) {
|
} catch (NotDefinedException ignore) {
|
||||||
// Ignore
|
// Ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user