1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

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

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);
}
}