English fixes
cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772341#15 Origin: https://lists.debian.org/debian-l10n-english/2014/12/msg00002.html Origin: https://lists.debian.org/debian-l10n-english/2014/12/msg00030.html Origin: https://lists.debian.org/debian-l10n-english/2015/02/msg00011.html
This commit is contained in:
committed by
Tatsuya Kinoshita
parent
631784149d
commit
f4885d0838
6
menu.c
6
menu.c
@@ -1338,7 +1338,7 @@ mainMenu(int x, int y)
|
||||
popupMenu(x, y, &MainMenu);
|
||||
}
|
||||
|
||||
DEFUN(mainMn, MAIN_MENU MENU, "Popup menu")
|
||||
DEFUN(mainMn, MAIN_MENU MENU, "Pop up menu")
|
||||
{
|
||||
Menu *menu = &MainMenu;
|
||||
char *data;
|
||||
@@ -1366,7 +1366,7 @@ DEFUN(mainMn, MAIN_MENU MENU, "Popup menu")
|
||||
|
||||
/* --- SelectMenu --- */
|
||||
|
||||
DEFUN(selMn, SELECT_MENU, "Popup buffer selection menu")
|
||||
DEFUN(selMn, SELECT_MENU, "Pop up buffer selection menu")
|
||||
{
|
||||
int x = Currentbuf->cursorX + Currentbuf->rootX,
|
||||
y = Currentbuf->cursorY + Currentbuf->rootY;
|
||||
@@ -1511,7 +1511,7 @@ smDelBuf(char c)
|
||||
|
||||
/* --- SelTabMenu --- */
|
||||
|
||||
DEFUN(tabMn, TAB_MENU, "Popup tab selection menu")
|
||||
DEFUN(tabMn, TAB_MENU, "Pop up tab selection menu")
|
||||
{
|
||||
int x = Currentbuf->cursorX + Currentbuf->rootX,
|
||||
y = Currentbuf->cursorY + Currentbuf->rootY;
|
||||
|
Reference in New Issue
Block a user