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:
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',