mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
json-rpc password, minor UI tweaks, removed some outdated txt files
This commit is contained in:
parent
4110f33cde
commit
e96cd730d1
19 changed files with 71 additions and 46 deletions
4
ui.cpp
4
ui.cpp
|
|
@ -1132,7 +1132,7 @@ void CMainFrame::OnButtonNew(wxCommandEvent& event)
|
|||
// Ask name
|
||||
CGetTextFromUserDialog dialog(this,
|
||||
_("New Receiving Address"),
|
||||
_("It's good policy to use a new address for each payment you receive.\n\nLabel"),
|
||||
_("You should use a new address for each payment you receive.\n\nLabel"),
|
||||
"");
|
||||
if (!dialog.ShowModal())
|
||||
return;
|
||||
|
|
@ -2372,7 +2372,7 @@ void CAddressBookDialog::OnButtonNew(wxCommandEvent& event)
|
|||
// Ask name
|
||||
CGetTextFromUserDialog dialog(this,
|
||||
_("New Receiving Address"),
|
||||
_("It's good policy to use a new address for each payment you receive.\n\nLabel"),
|
||||
_("You should use a new address for each payment you receive.\n\nLabel"),
|
||||
"");
|
||||
if (!dialog.ShowModal())
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue