Merge pull request #1089 from laanwj/2012_04_translationupdate
authorWladimir J. van der Laan <laanwj@gmail.com>
Sat, 14 Apr 2012 06:47:50 +0000 (23:47 -0700)
committerWladimir J. van der Laan <laanwj@gmail.com>
Sat, 14 Apr 2012 06:47:50 +0000 (23:47 -0700)
Update translations for bitcoin core

1  2 
src/qt/bitcoingui.cpp

diff --combined src/qt/bitcoingui.cpp
@@@ -241,7 -241,7 +241,7 @@@ void BitcoinGUI::createActions(
      optionsAction->setToolTip(tr("Modify configuration options for bitcoin"));
      optionsAction->setMenuRole(QAction::PreferencesRole);
      toggleHideAction = new QAction(QIcon(":/icons/bitcoin"), tr("Show/Hide &Bitcoin"), this);
-     toggleHideAction->setToolTip(tr("Show or Hide the Bitcoin window"));
+     toggleHideAction->setToolTip(tr("Show or hide the Bitcoin window"));
      exportAction = new QAction(QIcon(":/icons/export"), tr("&Export..."), this);
      exportAction->setToolTip(tr("Export the data in the current tab to a file"));
      encryptWalletAction = new QAction(QIcon(":/icons/lock_closed"), tr("&Encrypt Wallet"), this);
@@@ -552,7 -552,7 +552,7 @@@ void BitcoinGUI::setNumBlocks(int count
      }
  
      // Set icon state: spinning if catching up, tick otherwise
 -    if(secs < 90*60)
 +    if(secs < 90*60 && count >= nTotalBlocks)
      {
          tooltip = tr("Up to date") + QString(".\n") + tooltip;
          labelBlocksIcon->setPixmap(QIcon(":/icons/synced").pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE));