diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-06-19 05:11:08 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-06-19 05:19:19 +0000 |
commit | a4031dbd757da63a8bb03cb534daca1e7414cda2 (patch) | |
tree | 1baf54529f3d69b8c5c9887c5d53ab074860a395 /menu.c | |
parent | Update Japanese help messages (diff) | |
download | w3m-a4031dbd757da63a8bb03cb534daca1e7414cda2.tar.gz w3m-a4031dbd757da63a8bb03cb534daca1e7414cda2.zip |
Update English messages
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1366,7 +1366,7 @@ DEFUN(mainMn, MAIN_MENU MENU, "Pop up menu") /* --- SelectMenu --- */ -DEFUN(selMn, SELECT_MENU, "Pop up buffer selection menu") +DEFUN(selMn, SELECT_MENU, "Pop up buffer-stack menu") { int x = Currentbuf->cursorX + Currentbuf->rootX, y = Currentbuf->cursorY + Currentbuf->rootY; |