1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-21 16:14:14 -04:00

Highlight the word "one"

This commit is contained in:
John Zaitseff 2011-08-17 13:26:11 +10:00
parent 5f069b983d
commit 5f5c512e45

View File

@ -675,7 +675,7 @@ void trade_shares (int num, bool *bid_used)
txdlgbox(MAX_DLG_LINES, 50, 8, WCENTER, attr_normal_window,
attr_title, attr_normal, attr_highlight, 0,
attr_waitforkey, _(" Shares Issued "),
ngettext("%s has issued\none more share.",
ngettext("%s has issued\n^{one^} more share.",
"%s has issued\n^{%'ld^} more shares.",
maxshares), company[num].name, maxshares);
}