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 committed by sledgehammer999
parent af0fed6669
commit d73d790612
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

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