mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-24 03:33:08 -04:00
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:
parent
9ccdd82c72
commit
98e0a539c7
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user