From 98e0a539c7f6da84d12ad1eab635302e7efecc17 Mon Sep 17 00:00:00 2001 From: Alexandru Ionut Tripon Date: Tue, 5 Aug 2025 23:30:30 +0300 Subject: [PATCH] Update launcher/minecraft/mod/ModFolderModel.cpp Co-authored-by: TheKodeToad Signed-off-by: Alexandru Ionut Tripon Signed-off-by: Trial97 --- launcher/minecraft/mod/ModFolderModel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher/minecraft/mod/ModFolderModel.cpp b/launcher/minecraft/mod/ModFolderModel.cpp index 6e6132296..72ab66e61 100644 --- a/launcher/minecraft/mod/ModFolderModel.cpp +++ b/launcher/minecraft/mod/ModFolderModel.cpp @@ -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(); }