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
path: root/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-05-16 22:07:35 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-05-16 22:07:35 +0300
commit2e0250f01df4ca5e2d0bdfb4091c8fe0c617cf64 (patch)
treece7a88e68cd513c34474e6bf62d4135a8719fd89 /js
parent873ca3cae6a50a9acf177fa5ece0308387ab1bf3 (diff)
Use more verbose text for upload menu
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'js')
-rw-r--r--js/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/editor.js b/js/editor.js
index 84305ab..06ed44b 100644
--- a/js/editor.js
+++ b/js/editor.js
@@ -678,7 +678,7 @@ Files_Texteditor.NewFileMenuPlugin = {
// register the new menu entry
menu.addMenuEntry({
id: 'file',
- displayName: t('files_texteditor', 'Text file'),
+ displayName: t('files_texteditor', 'New text file'),
templateName: t('files_texteditor', 'New text file.txt'),
iconClass: 'icon-filetype-text',
fileType: 'file',