summaryrefslogtreecommitdiff
path: root/addons/gut/orphan_counter.gd
diff options
context:
space:
mode:
authorSophia Pearson <codergal89@gmail.com>2022-09-05 20:35:53 +0200
committerSophia Pearson <codergal89@gmail.com>2022-09-05 20:35:53 +0200
commitf20bd89dc4a7bf14a88b1effcaa1887b29314525 (patch)
treed114787f68efd2a7d61d95fa9c84e8e5d69a7c11 /addons/gut/orphan_counter.gd
parent1b477b62f8be8c546a35dbd1d2688ebf623c496f (diff)
downloadtexty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.tar.xz
texty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.zip
gui: split GUI into Terminal components
Diffstat (limited to 'addons/gut/orphan_counter.gd')
-rw-r--r--addons/gut/orphan_counter.gd2
1 files changed, 1 insertions, 1 deletions
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, '.'))