Call "initial download" "synchronizing with network" instead

This commit is contained in:
Wladimir J. van der Laan 2011-06-25 12:39:08 +02:00
parent 40951d81a7
commit c88e14fe26
2 changed files with 6 additions and 6 deletions

View File

@ -127,10 +127,10 @@ BitcoinGUI::BitcoinGUI(QWidget *parent):
labelTransactions->setToolTip(tr("Number of transactions in your wallet")); labelTransactions->setToolTip(tr("Number of transactions in your wallet"));
// Progress bar for blocks download // Progress bar for blocks download
progressBarLabel = new QLabel(tr("Downloading initial data...")); progressBarLabel = new QLabel(tr("Synchronizing with network..."));
progressBarLabel->setVisible(false); progressBarLabel->setVisible(false);
progressBar = new QProgressBar(); progressBar = new QProgressBar();
progressBar->setToolTip(tr("Initial block chain download in progress")); progressBar->setToolTip(tr("Block chain synchronization in progress"));
progressBar->setVisible(false); progressBar->setVisible(false);
statusBar()->addWidget(progressBarLabel); statusBar()->addWidget(progressBarLabel);

View File

@ -183,13 +183,13 @@ door Thomas Bernard.
</message> </message>
<message> <message>
<location filename="../bitcoingui.cpp" line="130"/> <location filename="../bitcoingui.cpp" line="130"/>
<source>Downloading initial data...</source> <source>Synchronizing with network...</source>
<translation>initiële download...</translation> <translation>Synchroniseren met netwerk...</translation>
</message> </message>
<message> <message>
<location filename="../bitcoingui.cpp" line="133"/> <location filename="../bitcoingui.cpp" line="133"/>
<source>Initial block chain download in progress</source> <source>Block chain synchronization in progress</source>
<translation>initiële block-chain download is bezig</translation> <translation>Bezig met blokken-database-synchronisatie</translation>
</message> </message>
<message> <message>
<location filename="../bitcoingui.cpp" line="151"/> <location filename="../bitcoingui.cpp" line="151"/>