From a3d4b9f96b737fb164bd20572ec2cfc3485eadfe Mon Sep 17 00:00:00 2001 From: fohristiwhirl Date: Sat, 13 Jul 2019 14:09:52 +0100 Subject: [PATCH] Update 80_info.js --- 80_info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/80_info.js b/80_info.js index 301ae722..f528386f 100644 --- a/80_info.js +++ b/80_info.js @@ -744,7 +744,7 @@ const info_prototype = { if (opts.n) { n_string += ` [${NString(this.n)}]`; } else { - n_string += ` ${NString(this.n)}`; + n_string += ` N: ${NString(this.n)}`; } }