Rename option

The previous "Disk write cache size" is not accurate since it is also being used
for read cache, so rename it to "Disk cache".
This commit is contained in:
Chocobo1 2017-09-11 13:31:57 +08:00
parent a1d46a278b
commit a341b793e4
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -294,7 +294,7 @@ void AdvancedSettings::loadAdvancedSettings()
#endif
spin_cache.setValue(session->diskCacheSize());
updateCacheSpinSuffix(spin_cache.value());
addRow(DISK_CACHE, tr("Disk write cache size"), &spin_cache);
addRow(DISK_CACHE, tr("Disk cache"), &spin_cache);
// Disk cache expiry
spin_cache_ttl.setMinimum(15);
spin_cache_ttl.setMaximum(600);