fix: awkward grammar in details dialog running-time display (#4898)

This commit is contained in:
Charles Kerr
2023-02-15 06:19:57 -06:00
committed by GitHub
parent 9b69c7d5ff
commit affb69e395

View File

@@ -809,7 +809,7 @@ void DetailsDialog::Impl::refreshInfo(std::vector<tr_torrent*> const& torrents)
} }
else else
{ {
str = tr_format_time_relative(now, baseline); str = tr_format_time(now - baseline);
} }
} }