From e73c309f08eff98f0dbd2590f594a83b67431eac Mon Sep 17 00:00:00 2001 From: Silarn Date: Tue, 9 Jul 2019 22:31:34 -0500 Subject: Update description for month instead of 30 days --- src/modinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modinfo.cpp') diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 73ead71c..3484b644 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -323,7 +323,7 @@ bool ModInfo::checkAllForUpdate(PluginContainer *pluginContainer, QObject *recei updatesAvailable = false; } else { qInfo() << tr( - "You have mods that haven't been checked within 30 days using the new API. These mods must be checked before we can use the bulk update API. " + "You have mods that haven't been checked within the last month using the new API. These mods must be checked before we can use the bulk update API. " "This will consume significantly more API requests than usual. You will need to rerun the update check once complete in order to parse the remaining mods." ); } -- cgit v1.3.1