GUI: send amount feedback
This commit is contained in:
parent
e0ec9cb3f4
commit
78a5e71de7
1 changed files with 2 additions and 2 deletions
|
@ -1041,7 +1041,7 @@ void rai_qt::wallet::start ()
|
|||
{
|
||||
show_line_error (*this_l->send_count);
|
||||
show_button_error (*this_l->send_blocks_send);
|
||||
this_l->send_blocks_send->setText ("Invalid amount");
|
||||
this_l->send_blocks_send->setText ("Amount too big");
|
||||
this_l->node.alarm.add (std::chrono::system_clock::now () + std::chrono::seconds (5), [this_w] ()
|
||||
{
|
||||
if (auto this_l = this_w.lock ())
|
||||
|
@ -1057,7 +1057,7 @@ void rai_qt::wallet::start ()
|
|||
{
|
||||
show_line_error (*this_l->send_count);
|
||||
show_button_error (*this_l->send_blocks_send);
|
||||
this_l->send_blocks_send->setText ("Invalid amount");
|
||||
this_l->send_blocks_send->setText ("Bad amount number");
|
||||
this_l->node.alarm.add (std::chrono::system_clock::now () + std::chrono::seconds (5), [this_w] ()
|
||||
{
|
||||
if (auto this_l = this_w.lock ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue