mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Updated french and dutch translations
- Fixed some typos in engineSelect - Made search engine plugin install more reliable - Added some comments
This commit is contained in:
parent
0778f2a19e
commit
a597f067e2
62 changed files with 1494 additions and 1059 deletions
|
@ -355,6 +355,7 @@ class misc : public QObject{
|
|||
// time duration like "1d 2h 10m".
|
||||
static QString userFriendlyDuration(qlonglong seconds) {
|
||||
if(seconds < 0 or seconds > 8640000) {
|
||||
// We display unkown if seconds > 100 days
|
||||
return tr("Unknown");
|
||||
}
|
||||
int level = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue