disabled action tooltip (#1304)

This commit is contained in:
Cilibiu Bogdan
2020-01-15 12:17:28 +02:00
committed by Adina Parpalita
parent 503075143b
commit 4dcb0d2a26
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -114,6 +114,7 @@
"icon": "description",
"title": "APP.NEW_MENU.MENU_ITEMS.FILE_TEMPLATE",
"description": "APP.NEW_MENU.MENU_ITEMS.FILE_TEMPLATE",
"description-disabled": "APP.NEW_MENU.TOOLTIPS.CREATE_FILE_NOT_ALLOWED",
"actions": {
"click": "CREATE_FILE_FROM_TEMPLATE"
},
+1
View File
@@ -63,6 +63,7 @@
"TOOLTIPS": {
"CREATE_FOLDER": "Create new folder",
"CREATE_FOLDER_NOT_ALLOWED": "Folders cannot be created whilst viewing the current items",
"CREATE_FILE_NOT_ALLOWED": "Files cannot be created whilst viewing the current items",
"UPLOAD_FILES": "Select files to upload",
"UPLOAD_FILES_NOT_ALLOWED": "Files cannot be uploaded whilst viewing the current items",
"UPLOAD_FOLDERS": "Select folders to upload",