[qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)
This commit is contained in:
+1
-1
@@ -951,7 +951,7 @@ QString formatTimeOffset(int64_t nTimeOffset)
|
||||
return QString(QObject::tr("%1 s")).arg(QString::number((int)nTimeOffset, 10));
|
||||
}
|
||||
|
||||
QString formateNiceTimeOffset(qint64 secs)
|
||||
QString formatNiceTimeOffset(qint64 secs)
|
||||
{
|
||||
// Represent time from last generated block in human readable text
|
||||
QString timeBehindText;
|
||||
|
||||
Reference in New Issue
Block a user