command name

This commit is contained in:
Alexey Kudravtsev
2013-11-28 19:45:01 +04:00
parent 76880d917f
commit 1cd19f73c1
@@ -315,7 +315,7 @@ public abstract class UpdatePsiFileCopyright extends AbstractUpdateCopyright {
}
protected void processActions() throws IncorrectOperationException {
new WriteCommandAction.Simple(file.getProject(), "") {
new WriteCommandAction.Simple(file.getProject(), "Update copyright") {
@Override
protected void run() throws Throwable {
Document doc = FileDocumentManager.getInstance().getDocument(getRoot());