Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-08-10 00:55:44 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-08-10 00:55:44 +0300
commit8493e12130d09f9054a8509bbae0a68b99769ab2 (patch)
tree3f4a12e895084ccf36bc7a1389184dbe979dc856 /appinfo
parentf8e8eedbabf92246629a31169c090027e24daaba (diff)
fix casing of Text editor app
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3577e48..daf4944 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>