aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.c')
-rw-r--r--nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnn.c b/nnn.c
index c7f4375..b554f2b 100644
--- a/nnn.c
+++ b/nnn.c
@@ -2606,7 +2606,7 @@ nochange:
/* Check if another file with same name exists */
if (faccessat(fd, tmp, F_OK, AT_SYMLINK_NOFOLLOW) != -1) {
/* File with the same name exists */
- printprompt("Press 'y' to overwrite: ");
+ printprompt("Press 'y' to overwrite");
cleartimeout();
r = getch();
settimeout();