From 0d9ca255c8448839d92c10f0b8b49fc8a0e5e53c Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 11 Jan 2016 19:07:55 +0545 Subject: [PATCH] Correct valid app category strings for category in XML Although the ownCloud App store front-end webGUI has categories "Games" and "Tools" on the left side-bar for users to choose from, the string that goes in the app XML category tag is "game" or "tool". --- developer_manual/app/info.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/app/info.rst b/developer_manual/app/info.rst index e8161fcee..23fb43d54 100644 --- a/developer_manual/app/info.rst +++ b/developer_manual/app/info.rst @@ -139,8 +139,8 @@ Category on the app store. Can be one of the following: * multimedia * productivity -* games -* tools +* game +* tool ocsid -----