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:
parent
fdd7123c55
commit
4592cece2f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user