From 4592cece2f1c55947095468074a7139006957352 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Sun, 27 Apr 2014 14:14:49 +0200 Subject: [PATCH] Slightly better summary/name warning message --- fdroidserver/lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2