[qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)

This commit is contained in:
practicalswift
2017-01-12 16:47:51 +01:00
parent 5754e0341b
commit 988d300932
4 changed files with 4 additions and 4 deletions

View File

@@ -817,7 +817,7 @@ void BitcoinGUI::setNumBlocks(int count, const QDateTime& blockDate, double nVer
}
else
{
QString timeBehindText = GUIUtil::formateNiceTimeOffset(secs);
QString timeBehindText = GUIUtil::formatNiceTimeOffset(secs);
progressBarLabel->setVisible(true);
progressBar->setFormat(tr("%1 behind").arg(timeBehindText));