mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user