diff options
Diffstat (limited to 'addons/gut/orphan_counter.gd')
| -rw-r--r-- | addons/gut/orphan_counter.gd | 2 |
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, '.')) |
