diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-02-12 15:42:05 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-02-12 15:42:05 +0000 |
commit | a0bb6079c5169f7314b9c82983e7a019469c2a00 (patch) | |
tree | be76002f0f6a7eaa304897775c4a0ea85453068a /apps/files_texteditor | |
parent | f5385e4a63de85d777d20f93e56cbee859329608 (diff) | |
download | nextcloud-server-a0bb6079c5169f7314b9c82983e7a019469c2a00.tar.gz nextcloud-server-a0bb6079c5169f7314b9c82983e7a019469c2a00.zip |
Add description to texteditor info.xml -fix oc-234
Diffstat (limited to 'apps/files_texteditor')
-rw-r--r-- | apps/files_texteditor/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_texteditor/appinfo/info.xml b/apps/files_texteditor/appinfo/info.xml index 9ed9d207f46..da1cdba15dd 100644 --- a/apps/files_texteditor/appinfo/info.xml +++ b/apps/files_texteditor/appinfo/info.xml @@ -2,6 +2,7 @@ <info> <id>files_texteditor</id> <name>Text Editor</name> + <description>Simple plain text editor based on Ace editor.</description> <version>0.3</version> <licence>AGPL</licence> <author>Tom Needham</author> |