diff --git a/ChangeLog b/ChangeLog
index 31dec6ad5572d182567ff04e1c482704fe8b19d1..fa0fa628eb0f390b029e5a97d18b0c2d40355d44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 CVS code -
 - General:
 	- Miscellaneous comment fixes. (DLR)
+- global.c:
+  shortcut_init()
+	- Simplify wording of nano_gotoline_msg. (Jordi)
 - nano.c:
   do_verbatim_input()
 	- If constant cursor position display is on when we finish, make
diff --git a/src/global.c b/src/global.c
index 352d9b940ef3e1889be6fa881006949c864ce873..0c4c0a3a98356b1ff1507160aa0da0bc3234d699 100644
--- a/src/global.c
+++ b/src/global.c
@@ -294,7 +294,7 @@ void shortcut_init(bool unjustify)
     const char *nano_spell_msg =
 	N_("Invoke the spell checker, if available");
     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");
 #ifndef NANO_SMALL
     const char *nano_mark_msg = N_("Mark text at the cursor position");