diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-06-25 12:39:08 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-06-25 12:39:08 +0200 |
| commit | c88e14fe26b7b8bfd8f5828c7060ac1196b34f50 (patch) | |
| tree | 70413a8a9710424417912f47ed771e92b0570d6c | |
| parent | finish nl translation (diff) | |
| download | discoin-c88e14fe26b7b8bfd8f5828c7060ac1196b34f50.tar.xz discoin-c88e14fe26b7b8bfd8f5828c7060ac1196b34f50.zip | |
Call "initial download" "synchronizing with network" instead
| -rw-r--r-- | src/qt/bitcoingui.cpp | 4 | ||||
| -rw-r--r-- | src/qt/locale/bitcoin_nl.ts | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 52b33fb83..ed09ac9c3 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -127,10 +127,10 @@ BitcoinGUI::BitcoinGUI(QWidget *parent): labelTransactions->setToolTip(tr("Number of transactions in your wallet")); // Progress bar for blocks download - progressBarLabel = new QLabel(tr("Downloading initial data...")); + progressBarLabel = new QLabel(tr("Synchronizing with network...")); progressBarLabel->setVisible(false); progressBar = new QProgressBar(); - progressBar->setToolTip(tr("Initial block chain download in progress")); + progressBar->setToolTip(tr("Block chain synchronization in progress")); progressBar->setVisible(false); statusBar()->addWidget(progressBarLabel); diff --git a/src/qt/locale/bitcoin_nl.ts b/src/qt/locale/bitcoin_nl.ts index 346489418..f9155d532 100644 --- a/src/qt/locale/bitcoin_nl.ts +++ b/src/qt/locale/bitcoin_nl.ts @@ -183,13 +183,13 @@ door Thomas Bernard. </message> <message> <location filename="../bitcoingui.cpp" line="130"/> - <source>Downloading initial data...</source> - <translation>initiƫle download...</translation> + <source>Synchronizing with network...</source> + <translation>Synchroniseren met netwerk...</translation> </message> <message> <location filename="../bitcoingui.cpp" line="133"/> - <source>Initial block chain download in progress</source> - <translation>initiƫle block-chain download is bezig</translation> + <source>Block chain synchronization in progress</source> + <translation>Bezig met blokken-database-synchronisatie</translation> </message> <message> <location filename="../bitcoingui.cpp" line="151"/> |