Merge pull request #3 from nextcloud/fix-casing
fix casing of Text editor app
This commit is contained in:
Коммит
f3b145bb1a
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<id>files_texteditor</id>
|
||||
<name>Text Editor</name>
|
||||
<name>Text editor</name>
|
||||
<description>This application enables Nextcloud users to open, save and edit text files in the web browser. If enabled, an entry in the New button at the top of the web browser the Text file entry appears. When clicked, a new text file opens in the browser and the file can be saved into the current Nextcloud directory. Further, when a text file is clicked in the web browser, it will be opened and editable. If the privileges allow, a user can also edit shared files and save these changes back into the web browser.
|
||||
More information is available in the Text Editor documentation.
|
||||
More information is available in the text editor documentation.
|
||||
</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>Tom Needham, Björn Schießle</author>
|
||||
|
|
Загрузка…
Ссылка в новой задаче