mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix wording for collab editor save message
This commit is contained in:
parent
354f88be74
commit
29179af839
@ -270,7 +270,7 @@ app.classes.filemanager = app.classes.filemanager.extend({
|
|||||||
method: 'PUT',
|
method: 'PUT',
|
||||||
processData: false,
|
processData: false,
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
egw(window).message(egw.lang('Document %1 successfully has been saved.', file_path));
|
egw(window).message(egw.lang('Document %1 has been saved successfully.', file_path));
|
||||||
self.editor.setDocumentModified(false);
|
self.editor.setDocumentModified(false);
|
||||||
if (_egwAction.id == 'saveas') return;
|
if (_egwAction.id == 'saveas') return;
|
||||||
egw.json('filemanager.filemanager_collab.ajax_actions',[{'es_id':self.collab_server.es_id, 'file_path': egw.webserverUrl+'/webdav.php'+file_path}, 'save'], function(){
|
egw.json('filemanager.filemanager_collab.ajax_actions',[{'es_id':self.collab_server.es_id, 'file_path': egw.webserverUrl+'/webdav.php'+file_path}, 'save'], function(){
|
||||||
|
Loading…
Reference in New Issue
Block a user