Fix pad creation from the context menu

This commit is contained in:
yflory
2017-02-01 15:52:47 +01:00
parent 757ae7a3ad
commit 89da142204
4 changed files with 21 additions and 19 deletions

View File

@@ -217,6 +217,7 @@ define(function () {
"Anybody with that URL can edit or remove all the files in your file manager.<br>" +
'<input type="text" id="fm_backupUrl" value="{0}"/>';
out.fm_backup_title = 'Backup URL';
out.fm_nameFile = 'How would you like to name that file?';
// File - Context menu
out.fc_newfolder = "New folder";
out.fc_rename = "Rename";