tweaks: make two strings equal to a third, to slightly ease translation
This commit is contained in:
parent
69dd0c40bb
commit
b896670e85
@ -133,8 +133,8 @@ void help_init(void)
|
|||||||
"shown in brackets after the search prompt. Hitting "
|
"shown in brackets after the search prompt. Hitting "
|
||||||
"Enter without entering any text will perform the "
|
"Enter without entering any text will perform the "
|
||||||
"previous search.\n\n");
|
"previous search.\n\n");
|
||||||
htx[1] = N_(" The following function keys are available in "
|
htx[1] = N_(" The following function keys "
|
||||||
"Browser Search mode:\n\n");
|
"are available at this prompt:\n\n");
|
||||||
htx[2] = NULL;
|
htx[2] = NULL;
|
||||||
} else if (currmenu == MGOTODIR) {
|
} else if (currmenu == MGOTODIR) {
|
||||||
htx[0] = N_("Browser Go To Directory Help Text\n\n "
|
htx[0] = N_("Browser Go To Directory Help Text\n\n "
|
||||||
@ -174,8 +174,8 @@ void help_init(void)
|
|||||||
htx[1] = N_("If you just need another blank buffer, do not enter any "
|
htx[1] = N_("If you just need another blank buffer, do not enter any "
|
||||||
"command.\n\n You can also pick one of four tools, or cut a "
|
"command.\n\n You can also pick one of four tools, or cut a "
|
||||||
"large piece of the buffer, or put the editor to sleep.\n\n");
|
"large piece of the buffer, or put the editor to sleep.\n\n");
|
||||||
htx[2] = N_(" The following function keys are "
|
htx[2] = N_(" The following function keys "
|
||||||
"available in Execute Command mode:\n\n");
|
"are available at this prompt:\n\n");
|
||||||
} else if (currmenu == MLINTER) {
|
} else if (currmenu == MLINTER) {
|
||||||
htx[0] = N_("=== Linter ===\n\n "
|
htx[0] = N_("=== Linter ===\n\n "
|
||||||
"In this mode, the status bar shows an error message or "
|
"In this mode, the status bar shows an error message or "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user