diff options
| author | Piotr Zajączkowski <[email protected]> | 2021-05-02 01:44:52 +0200 |
|---|---|---|
| committer | Piotr Zajączkowski <[email protected]> | 2021-05-02 01:44:52 +0200 |
| commit | 9b49fa8e1167fd2e891cc92d68703b84a54c5260 (patch) | |
| tree | 9f1740b81ab848304f029cad88e7e17b7afdfb7b /src | |
| parent | Added .idea/ directory to .gitignore (diff) | |
| download | discoin-9b49fa8e1167fd2e891cc92d68703b84a54c5260.tar.xz discoin-9b49fa8e1167fd2e891cc92d68703b84a54c5260.zip | |
Applied suggested change in translation (related to pruning message)
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/locale/bitcoin_pl.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/locale/bitcoin_pl.ts b/src/qt/locale/bitcoin_pl.ts index 7df488049..127095064 100644 --- a/src/qt/locale/bitcoin_pl.ts +++ b/src/qt/locale/bitcoin_pl.ts @@ -2460,7 +2460,7 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw </message> <message> <source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source> - <translation>Przycinanie: ostatnia synchronizacja portfela jest za danymi. Musisz użyć -reindex (pobrać cały ciąg bloków ponownie w przypadku przyciętego węzła)</translation> + <translation>Przycinanie: ostatnia synchronizacja portfela wykracza poza przycięte dane. Musisz użyć -reindex (pobrać cały ciąg bloków ponownie w przypadku przyciętego węzła)</translation> </message> <message> <source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source> |