diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-15 17:27:52 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-15 17:27:52 +0000 |
| commit | 28704eb3c92d9d72f83d2356cdebada4e3d460c8 (patch) | |
| tree | ca6dc911113fe87a3b32e38feef0fd944aab1fed /roundcubemail/program/steps/settings | |
| parent | 92211a0425059ca8331994a9c6d3f92c9266c410 (diff) | |
- Add feedback and set busy when moving folder (#1485497)
git-svn-id: https://svn.roundcube.net/trunk@1982 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/settings')
| -rw-r--r-- | roundcubemail/program/steps/settings/manage_folders.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/manage_folders.inc b/roundcubemail/program/steps/settings/manage_folders.inc index 05a9acb40..d44550e72 100644 --- a/roundcubemail/program/steps/settings/manage_folders.inc +++ b/roundcubemail/program/steps/settings/manage_folders.inc @@ -346,7 +346,7 @@ $OUTPUT->add_handlers(array( )); // add some labels to client -$OUTPUT->add_label('deletefolderconfirm','addsubfolderhint','forbiddencharacter','folderdeleting','folderrenaming','foldercreating'); +$OUTPUT->add_label('deletefolderconfirm','addsubfolderhint','forbiddencharacter','folderdeleting','folderrenaming','foldercreating','foldermoving'); $OUTPUT->send('managefolders'); ?> |
