summaryrefslogtreecommitdiff
path: root/src/modinfo.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-07-09 22:31:34 -0500
committerSilarn <jrim@rimpo.org>2019-07-09 22:31:34 -0500
commite73c309f08eff98f0dbd2590f594a83b67431eac (patch)
tree4da4213704a0caa7a94019fa9b559f679e877675 /src/modinfo.cpp
parentf7a4ff9f5aa4e5a7b7ea3b6c0a4601947f8344d7 (diff)
Update description for month instead of 30 days
Diffstat (limited to 'src/modinfo.cpp')
-rw-r--r--src/modinfo.cpp2
1 files changed, 1 insertions, 1 deletions
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."
);
}