aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 85b0003..e559d8b 100644
--- a/main.c
+++ b/main.c
@@ -4105,7 +4105,7 @@ DEFUN(backBf, BACK, "Close current buffer and return to the one below in stack")
}
else
/* FIXME: gettextize? */
- disp_message("Can't back...", TRUE);
+ disp_message("Can't go back...", TRUE);
return;
}