mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-23 01:32:06 +03:00
in shortcut_init(), per Jordi's suggestion, simplify wording of
nano_gotoline_msg git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2822 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
c275f068ab
commit
9c1fef04a2
@ -1,6 +1,9 @@
|
|||||||
CVS code -
|
CVS code -
|
||||||
- General:
|
- General:
|
||||||
- Miscellaneous comment fixes. (DLR)
|
- Miscellaneous comment fixes. (DLR)
|
||||||
|
- global.c:
|
||||||
|
shortcut_init()
|
||||||
|
- Simplify wording of nano_gotoline_msg. (Jordi)
|
||||||
- nano.c:
|
- nano.c:
|
||||||
do_verbatim_input()
|
do_verbatim_input()
|
||||||
- If constant cursor position display is on when we finish, make
|
- If constant cursor position display is on when we finish, make
|
||||||
|
@ -294,7 +294,7 @@ void shortcut_init(bool unjustify)
|
|||||||
const char *nano_spell_msg =
|
const char *nano_spell_msg =
|
||||||
N_("Invoke the spell checker, if available");
|
N_("Invoke the spell checker, if available");
|
||||||
const char *nano_gotoline_msg =
|
const char *nano_gotoline_msg =
|
||||||
N_("Go to a specific line number and column number");
|
N_("Go to a specific line and column number");
|
||||||
const char *nano_replace_msg = N_("Replace text within the editor");
|
const char *nano_replace_msg = N_("Replace text within the editor");
|
||||||
#ifndef NANO_SMALL
|
#ifndef NANO_SMALL
|
||||||
const char *nano_mark_msg = N_("Mark text at the cursor position");
|
const char *nano_mark_msg = N_("Mark text at the cursor position");
|
||||||
|
Loading…
Reference in New Issue
Block a user