Change naming to be uniform.

Took 3 minutes

Took 3 seconds
This commit is contained in:
Lukas Brübach 2026-04-30 10:35:01 +02:00
parent b8268ed7a8
commit 58999ef768
2 changed files with 2 additions and 3 deletions

View File

@ -22,8 +22,7 @@ static inline const QList<CacheMethodInfo> methods()
{
static QList<CacheMethodInfo> all = {
{CacheMethod::NETWORK_CACHE, QCoreApplication::translate("CardPictureLoaderCacheMethod", "Network Cache")},
{CacheMethod::FILESYSTEM_CACHE,
QCoreApplication::translate("CardPictureLoaderCacheMethod", "Filesystem Cache")},
{CacheMethod::FILESYSTEM_CACHE, QCoreApplication::translate("CardPictureLoaderCacheMethod", "Filesystem")},
};
return all;
}

View File

@ -1445,7 +1445,7 @@ void StorageSettingsPage::retranslateUi()
mpCacheMethodGroupBox->setTitle(tr("Card Picture Loader Cache Method"));
mpNetworkCacheGroupBox->setTitle(tr("Network Cache"));
mpImageBackupGroupBox->setTitle(tr("Image Backup"));
mpImageBackupGroupBox->setTitle(tr("Filesystem"));
mpPixmapCacheGroupBox->setTitle(tr("In-Memory Picture Cache"));
networkCacheLabel.setText(tr("Network Cache Size:"));