Call "initial download" "synchronizing with network" instead
This commit is contained in:
parent
40951d81a7
commit
c88e14fe26
@ -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);
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user