mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 13:33:55 -07:00
Change naming to be uniform.
Took 3 minutes Took 3 seconds
This commit is contained in:
parent
b8268ed7a8
commit
58999ef768
2 changed files with 2 additions and 3 deletions
|
|
@ -22,8 +22,7 @@ static inline const QList<CacheMethodInfo> methods()
|
||||||
{
|
{
|
||||||
static QList<CacheMethodInfo> all = {
|
static QList<CacheMethodInfo> all = {
|
||||||
{CacheMethod::NETWORK_CACHE, QCoreApplication::translate("CardPictureLoaderCacheMethod", "Network Cache")},
|
{CacheMethod::NETWORK_CACHE, QCoreApplication::translate("CardPictureLoaderCacheMethod", "Network Cache")},
|
||||||
{CacheMethod::FILESYSTEM_CACHE,
|
{CacheMethod::FILESYSTEM_CACHE, QCoreApplication::translate("CardPictureLoaderCacheMethod", "Filesystem")},
|
||||||
QCoreApplication::translate("CardPictureLoaderCacheMethod", "Filesystem Cache")},
|
|
||||||
};
|
};
|
||||||
return all;
|
return all;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1445,7 +1445,7 @@ void StorageSettingsPage::retranslateUi()
|
||||||
|
|
||||||
mpCacheMethodGroupBox->setTitle(tr("Card Picture Loader Cache Method"));
|
mpCacheMethodGroupBox->setTitle(tr("Card Picture Loader Cache Method"));
|
||||||
mpNetworkCacheGroupBox->setTitle(tr("Network Cache"));
|
mpNetworkCacheGroupBox->setTitle(tr("Network Cache"));
|
||||||
mpImageBackupGroupBox->setTitle(tr("Image Backup"));
|
mpImageBackupGroupBox->setTitle(tr("Filesystem"));
|
||||||
mpPixmapCacheGroupBox->setTitle(tr("In-Memory Picture Cache"));
|
mpPixmapCacheGroupBox->setTitle(tr("In-Memory Picture Cache"));
|
||||||
|
|
||||||
networkCacheLabel.setText(tr("Network Cache Size:"));
|
networkCacheLabel.setText(tr("Network Cache Size:"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue