Skip to content

Commit a8e23db

Browse files
committed
Be grammatically correct
1 parent 41363b2 commit a8e23db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nnn.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,7 @@ static char confirm_force(bool selection, bool use_trash)
16051605
int r = snprintf(str, 20, "%s", use_trash ? utils[UTIL_GIO_TRASH] + 4 : "rm -rf");
16061606

16071607
if (selection)
1608-
snprintf(str + r, 280, " %d files?", nselected);
1608+
snprintf(str + r, 280, " %d file(s)?", nselected);
16091609
else
16101610
snprintf(str + r, 280, " '%s'?", pdents[cur].name);
16111611

0 commit comments

Comments
 (0)