1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-10-13 18:03:39 -04:00

Minor change to the translator comment

This commit is contained in:
John Zaitseff 2014-10-03 08:41:40 +10:00
parent a846f48904
commit cbb6f58afb

View File

@ -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^}/^{<CTRL><C>^}]: "),
(wint_t) PRINTABLE_GAME_MOVE(0),
(wint_t) PRINTABLE_GAME_MOVE(NUMBER_MOVES - 1));