English fix

cf. [emacs-w3m:12706], http://emacs-w3m.namazu.org/ml/msg12598.html
This commit is contained in:
Tatsuya Kinoshita
2017-12-27 06:41:57 +09:00
parent 5d783f2433
commit ace7655fa9
3 changed files with 3 additions and 3 deletions

View File

@@ -38,6 +38,6 @@ w3m $B$r%?%V%V%i%&%62=(B
open_tab_blank $B!D(B target $B$,(B _blank $B$+(B _new $B$N>l9g$O?7$7$$%?%V$G3+$/(B
$B%G%U%)%k%H$O(B OFF
close_tab_back $B!D(B $BLa$k;~$K%P%C%U%!$,:G8e$J$i%?%V$rJD$8$k(B
$B%G%U%)%k%H$O(B OFF (= Can't back...)
$B%G%U%)%k%H$O(B OFF (= Can't go back...)
$B$rDI2C$7$F$$$^$9!#(B

View File

@@ -39,7 +39,7 @@ Options:
open_tab_blank ... open new tab if target is _blank or _new
default: OFF
close_tab_back ... close the tab when you back from last buffer in the tab
default: OFF (= Can't back...)
default: OFF (= Can't go back...)

2
main.c
View File

@@ -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;
}