Home
last modified time | relevance | path

Searched refs:_no_transactions_text (Results 1 – 2 of 2) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/src/modes/shop/
H A Dshop_confirm.h156 hoa_video::TextImage _no_transactions_text; variable
H A Dshop_confirm.cpp98 _no_transactions_text.SetStyle(TextStyle("text24")); in ConfirmInterface()
99 _no_transactions_text.SetText(UTranslate("There are no marked purchases, sales, or trades.")); in ConfirmInterface()
436 _no_transactions_text.Draw(); in Draw()