merge: fix capitalisation

This commit is contained in:
Aleksey Pivovarov
2016-05-12 15:20:23 +03:00
parent fc6dfa4a2b
commit c9aa3e5e79
@@ -321,7 +321,7 @@ public class TextMergeViewer implements MergeTool.MergeViewer {
// we need invokeLater() here because viewer is partially-initialized (ex: there are no toolbar or status panel)
// user can see this state while we're showing progress indicator, so we want let init() to finish.
ApplicationManager.getApplication().invokeLater(() -> {
ProgressManager.getInstance().run(new Task.Modal(getProject(), "Computing differences...", true) {
ProgressManager.getInstance().run(new Task.Modal(getProject(), "Computing Differences...", true) {
private Runnable myCallback;
@Override