From f20bd89dc4a7bf14a88b1effcaa1887b29314525 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Mon, 5 Sep 2022 20:35:53 +0200 Subject: gui: split GUI into Terminal components --- addons/gut/orphan_counter.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addons/gut/orphan_counter.gd') diff --git a/addons/gut/orphan_counter.gd b/addons/gut/orphan_counter.gd index cbfbea4..b31e2b6 100644 --- a/addons/gut/orphan_counter.gd +++ b/addons/gut/orphan_counter.gd @@ -52,4 +52,4 @@ func print_orphans(name, lgr): var o = 'orphan' if(count > 1): o = 'orphans' - lgr.orphan(str(count, ' new ', o, '(', name, ').')) + lgr.orphan(str(count, ' new ', o, ' in ', name, '.')) -- cgit v1.2.3