chiark / gitweb /
lint: Wallpaper is now called Theming
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 30 Aug 2015 00:56:45 +0000 (17:56 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Sun, 30 Aug 2015 00:56:45 +0000 (17:56 -0700)
fdroidserver/lint.py

index fce2022cf50b356650f632c5fba802fa3d30c1e9..ad9d298179a1539d0309a93a8807c821f7da00ad 100644 (file)
@@ -122,7 +122,7 @@ categories = Set([
     "Science & Education",
     "Security",
     "System",
-    "Wallpaper",
+    "Theming",
 ])
 
 desc_url = re.compile("[^[]\[([^ ]+)( |\]|$)")