mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
fix: awkward grammar in details dialog running-time display (#4898)
This commit is contained in:
parent
9b69c7d5ff
commit
affb69e395
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue