Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grammatical mistakes and errors in display strings #2314

Merged
merged 1 commit into from
Jan 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions core/src/main/resources/i18n/displayStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ shared.belowInPercent=Below % from market price
shared.aboveInPercent=Above % from market price
shared.enterPercentageValue=Enter % value
shared.OR=OR
shared.notEnoughFunds=You don''t have enough funds in your Bisq wallet.\nYou need {0} but you have only {1} in your Bisq wallet.\n\nPlease fund that trade from an external Bitcoin wallet or fund your Bisq wallet at \"Funds/Receive funds\".
shared.notEnoughFunds=You don''t have enough funds in your Bisq wallet.\nYou need {0} but you have only {1} in your Bisq wallet.\n\nPlease fund the trade from an external Bitcoin wallet or fund your Bisq wallet at \"Funds/Receive funds\".
shared.waitingForFunds=Waiting for funds...
shared.depositTransactionId=Deposit transaction ID
shared.TheBTCBuyer=The BTC buyer
Expand All @@ -118,7 +118,7 @@ shared.arbitratorsFee=Arbitrator's fee
shared.noDetailsAvailable=No details available
shared.notUsedYet=Not used yet
shared.date=Date
shared.sendFundsDetailsWithFee=Sending: {0}\nFrom address: {1}\nTo receiving address: {2}.\nRequired transaction fee is: {3} ({4} satoshis/byte)\nTransaction size: {5} Kb\n\nThe recipient will receive: {6}\n\nAre you sure you want to withdraw that amount?
shared.sendFundsDetailsWithFee=Sending: {0}\nFrom address: {1}\nTo receiving address: {2}.\nRequired transaction fee is: {3} ({4} satoshis/byte)\nTransaction size: {5} Kb\n\nThe recipient will receive: {6}\n\nAre you sure you want to withdraw this amount?
shared.copyToClipboard=Copy to clipboard
shared.language=Language
shared.country=Country
Expand Down Expand Up @@ -1472,14 +1472,14 @@ dao.proofOfBurn.date=Date
dao.proofOfBurn.hash=Hash
dao.proofOfBurn.txs=Transactions
dao.proofOfBurn.pubKey=Pubkey
dao.proofOfBurn.signature.window.title=Sign a message with key from proof or burn transaction
dao.proofOfBurn.verify.window.title=Verify a message with key from proof or burn transaction
dao.proofOfBurn.signature.window.title=Sign a message with key from proof of burn transaction
dao.proofOfBurn.verify.window.title=Verify a message with key from proof of burn transaction
dao.proofOfBurn.copySig=Copy signature to clipboard
dao.proofOfBurn.sign=Sign
dao.proofOfBurn.message=Message
dao.proofOfBurn.sig=Signature
dao.proofOfBurn.verify=Verify
dao.proofOfBurn.verify.header=Verify message with key from proof or burn transaction
dao.proofOfBurn.verify.header=Verify message with key from proof of burn transaction
dao.proofOfBurn.verificationResult.ok=Verification succeeded
dao.proofOfBurn.verificationResult.failed=Verification failed

Expand Down