Merge pull request #33 from KeeJef/master

Clarifying some Strings
This commit is contained in:
m2049r 2017-09-04 18:26:30 +02:00 committed by GitHub
commit 59ef2a1f8e
1 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@
<string name="prompt_rename">Rename</string>
<string name="prompt_password">Password for</string>
<string name="bad_password">Bad password!</string>
<string name="bad_wallet">Wallet does not exists!</string>
<string name="bad_password">Incorrect password!</string>
<string name="bad_wallet">Wallet does not exist!</string>
<string name="error_not_wallet">This is not a wallet!</string>
<string name="prompt_daemon_missing">Daemon address must be set!</string>
<string name="prompt_wrong_net">Wallet does not match selected net</string>
@ -128,7 +128,7 @@
<string name="send_address_hint">Receiver\'s Address</string>
<string name="send_paymentid_hint">Payment ID (optional)</string>
<string name="send_amount_hint">Amount</string>
<string name="send_amount_hint">Amount <![CDATA[(]]> XMR <![CDATA[)]]></string>
<string name="send_notes_hint">Private Notes (optional)</string>
<string name="send_priority_hint">Tx Priority</string>
<string name="send_mixin_hint">Mixin</string>