1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00

Slightly better summary/name warning message

This commit is contained in:
Daniel Martí 2014-04-27 14:14:49 +02:00
parent fdd7123c55
commit 4592cece2f

View File

@ -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