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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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