diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index 19d4f93b..cc0ca498 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -182,7 +182,7 @@ def main(): if summary_l == name_l: warn("Summary '%s' is just the app's name" % summary) elif (summary_l in name_l or name_l in summary_l): - pwarn("Summary '%s' probably contains redundant info of app name '%s'" % ( + pwarn("Summary '%s' probably contains redundant info already in app name '%s'" % ( summary, name)) # Invalid lists