1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

Add a comment for translators about "[Y/N]" in strings

Thanks to Rafael Fontenelle for suggesting this change, as otherwise
translators may well miss the need to localise the "Y" and "N".
This commit is contained in:
John Zaitseff 2019-11-19 21:50:03 +11:00
parent ea6d13b1d7
commit 7c9b6be6b1

View File

@ -422,6 +422,11 @@ void ask_player_names (void)
mkchstr(chbuf, BUFSIZE, attr_normal, attr_keycode, 0, 1,
WIN_COLS - YESNO_COLS - 6, &width, 1,
/* TRANSLATORS: Note that you should replace "Y" and "N"
with the localised upper-case characters used in the
"input|Yes" and "input|No" strings. There are other
strings in this game, each with "[^{Y^}/^{N^}]", that
need the same replacement. */
_("Do you need any instructions? [^{Y^}/^{N^}] "));
newtxwin(5, width + YESNO_COLS + 4, 6, WCENTER, true,
attr_normal_window);