mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-05-07 05:58:13 -05:00
Change naming to be uniform.
Took 3 minutes Took 3 seconds
This commit is contained in:
parent
b8268ed7a8
commit
58999ef768
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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:"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user