help: describe the Scroll-Up and Scroll-Down commands more precisely

An "if possible" would have been nice, but there is no room for that.
master
Benno Schulenberg 2018-03-22 11:14:32 +01:00
parent c5e20164c3
commit eff2e0e291
1 changed files with 2 additions and 2 deletions

View File

@ -577,9 +577,9 @@ void shortcut_init(void)
#ifndef NANO_TINY
const char *bracket_gist = N_("Go to the matching bracket");
const char *scrollup_gist =
N_("Scroll up one line without scrolling the cursor");
N_("Scroll up one line without moving the cursor textually");
const char *scrolldown_gist =
N_("Scroll down one line without scrolling the cursor");
N_("Scroll down one line without moving the cursor textually");
#endif
#ifdef ENABLE_MULTIBUFFER
const char *prevfile_gist = N_("Switch to the previous file buffer");