mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
updated tooltip messages
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -180,7 +180,7 @@ QVariant ModFolderModel::headerData(int section, [[maybe_unused]] Qt::Orientatio
|
|||||||
case ProviderColumn:
|
case ProviderColumn:
|
||||||
return tr("Where the mod was downloaded from.");
|
return tr("Where the mod was downloaded from.");
|
||||||
case SizeColumn:
|
case SizeColumn:
|
||||||
return tr("The size of the resource.");
|
return tr("The size of the mod.");
|
||||||
default:
|
default:
|
||||||
return QVariant();
|
return QVariant();
|
||||||
}
|
}
|
||||||
|
@ -161,7 +161,7 @@ QVariant ResourcePackFolderModel::headerData(int section, [[maybe_unused]] Qt::O
|
|||||||
case DateColumn:
|
case DateColumn:
|
||||||
return tr("The date and time this resource pack was last changed (or added).");
|
return tr("The date and time this resource pack was last changed (or added).");
|
||||||
case SizeColumn:
|
case SizeColumn:
|
||||||
return tr("The size of the resource.");
|
return tr("The size of the resource pack.");
|
||||||
default:
|
default:
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user