mirror of
https://git.zap.org.au/git/trader.git
synced 2024-12-04 14:46:45 -05:00
Highlight the word "one"
This commit is contained in:
parent
5f069b983d
commit
5f5c512e45
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user