diff options
| author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-18 20:47:29 +0000 |
|---|---|---|
| committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-18 20:47:29 +0000 |
| commit | e8bff10f07b80d820545661cee9337d8664a64cb (patch) | |
| tree | c9a8f5bf048a852955da2c7ad2471b4392592af5 /ui.cpp | |
| parent | security safeguards, (diff) | |
| download | discoin-e8bff10f07b80d820545661cee9337d8664a64cb.tar.xz discoin-e8bff10f07b80d820545661cee9337d8664a64cb.zip | |
minor UI tweaks, removed some outdated txt files,
(and json-rpc password -rpcpw= switch, which we're going to revert)
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@108 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'ui.cpp')
| -rw-r--r-- | ui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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;
|