From cbb6f58afb294743b4ab25e2409b7b7c3c02c78a Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Fri, 3 Oct 2014 08:41:40 +1000 Subject: [PATCH] Minor change to the translator comment --- src/move.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/move.c b/src/move.c index f1ee76c..b79b716 100644 --- a/src/move.c +++ b/src/move.c @@ -258,9 +258,8 @@ selection_t get_move (void) characters minus the length of the longest of the four strings above this one. The sequences "^{", "^}", "^[" and "^]" do not take up any room. "%lc" takes up - either one or two columns, depending on the - appropriate "output|GameMoves" string in the current - PO file. */ + either one or two columns, depending on the appropriate + "output|GameMoves" string in the current PO file. */ _("Select move [^[%lc^]-^[%lc^]/^{1^}-^{3^}/^{^}]: "), (wint_t) PRINTABLE_GAME_MOVE(0), (wint_t) PRINTABLE_GAME_MOVE(NUMBER_MOVES - 1));