From 37cc358f47e7238c74eee67329b7ab4e5e7a4629 Mon Sep 17 00:00:00 2001
From: Philipp Spohr <spohr.philipp@web.de>
Date: Tue, 27 Feb 2018 15:48:17 +0100
Subject: [PATCH] minor: less misleading output

---
 src/main/resources/YoshikoStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/YoshikoStrings.properties b/src/main/resources/YoshikoStrings.properties
index 10eaf80..aa5666c 100644
--- a/src/main/resources/YoshikoStrings.properties
+++ b/src/main/resources/YoshikoStrings.properties
@@ -35,7 +35,7 @@ continueTimeout = The ILP has exceeded the given time limit. Do you want to cont
 cost = Editing Cost:
 createMetaGraph = Create Meta-Graph
 createClusterView = Create Cluster Views
-currentGap = [ILP] Current Instance Gap
+currentGap = [ILP] Current Instance Gap Closed:
 
 defaultDeletion = Default deletion cost:
 defaultInsertion = Default insertion cost:
-- 
GitLab