Update launcher/minecraft/mod/ModFolderModel.cpp

Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Alexandru Ionut Tripon 2025-08-05 23:30:30 +03:00 committed by Trial97
parent 9ccdd82c72
commit 98e0a539c7
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -213,9 +213,9 @@ QVariant ModFolderModel::headerData(int section, [[maybe_unused]] Qt::Orientatio
case SizeColumn:
return tr("The size of the mod.");
case RequiredByColumn:
return tr("Number of mods for what this is needed.");
return tr("For each mod, the number of other mods which depend on it.");
case RequiresColumn:
return tr("Number of mods that this requires.");
return tr("For each mod, the number of other mods it depends on.");
default:
return QVariant();
}