diff options
| author | motz0815 <[email protected]> | 2021-05-16 20:12:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-16 20:12:22 +0200 |
| commit | be643366de27cf8b6c11cd811edfdb35401ddd2e (patch) | |
| tree | bc62e9fc285fb9725c4e421f2f420e84c930bba5 /src | |
| parent | Merge pull request #1886 from fschade/patch-1 (diff) | |
| download | discoin-be643366de27cf8b6c11cd811edfdb35401ddd2e.tar.xz discoin-be643366de27cf8b6c11cd811edfdb35401ddd2e.zip | |
Fix German grammar error
The sentence at line 890 isn't complete without the word "hat" at the end.
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/locale/bitcoin_de.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/locale/bitcoin_de.ts b/src/qt/locale/bitcoin_de.ts index 38ac0c540..22f02b05e 100644 --- a/src/qt/locale/bitcoin_de.ts +++ b/src/qt/locale/bitcoin_de.ts @@ -887,7 +887,7 @@ </message> <message> <source>Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the dogecoin network, as detailed below.</source> - <translation>Neueste Transaktionen werden eventuell noch nicht angezeigt, daher könnte Ihr Kontostand veraltet sein. Er wird korrigiert, sobald Ihr Wallet die Synchronisation mit dem Dogecoin-Netzwerk erfolgreich abgeschlossen. Details dazu finden sich weiter unten.</translation> + <translation>Neueste Transaktionen werden eventuell noch nicht angezeigt, daher könnte Ihr Kontostand veraltet sein. Er wird korrigiert, sobald Ihr Wallet die Synchronisation mit dem Dogecoin-Netzwerk erfolgreich abgeschlossen hat. Details dazu finden sich weiter unten.</translation> </message> <message> <source>Attempting to spend dogecoins that are affected by not-yet-displayed transactions will not be accepted by the network.</source> |