move task bundle

GitOrigin-RevId: 7dd6a457b01829a680522d2de7b28c05325cbe88
This commit is contained in:
Sergey Ignatov
2020-01-03 23:47:29 +03:00
committed by intellij-monorepo-bot
parent 2efb54a8db
commit 893b1089b5
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.PropertyKey;
public class TaskBundle extends DynamicBundle {
@NonNls private static final String BUNDLE = "com.intellij.tasks.TaskBundle";
@NonNls private static final String BUNDLE = "messages.TaskBundle";
private static final TaskBundle INSTANCE = new TaskBundle();
private TaskBundle() { super(BUNDLE); }