diff options
Diffstat (limited to 'documentation/examples/plugins')
| -rw-r--r-- | documentation/examples/plugins/manifest.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/documentation/examples/plugins/manifest.xml b/documentation/examples/plugins/manifest.xml index 0f7823442..1602a7358 100644 --- a/documentation/examples/plugins/manifest.xml +++ b/documentation/examples/plugins/manifest.xml @@ -29,8 +29,8 @@  		<path>graphics/plugin_ss2.png</path>  	</screenshot> -	<category>Admin</category> -	<category>ServiceAPI</category> +	<category>admin</category> +	<category>api</category>  	<on_enable>setup_function</on_enable>  	<on_disable>teardown_function</on_disable> | 
