mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
Minor change to the translator comment
This commit is contained in:
parent
a846f48904
commit
cbb6f58afb
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user