mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03: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
c9426da64d
commit
8c824ed3d6
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue