Explorar el Código

Fix copy for thread

Guénaël Muller hace 6 años
padre
commit
3b81919884
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tracim/tracim/lib/webdav/design.py

+ 2 - 1
tracim/tracim/lib/webdav/design.py Ver fichero

@@ -120,7 +120,8 @@ _LABELS = {
120 120
     'unarchiving': 'Item unarchived',
121 121
     'undeletion': 'Item undeleted',
122 122
     'move': 'Item moved',
123
-    'comment': 'Comment'
123
+    'comment': 'Comment',
124
+    'copy' : 'Item copied',
124 125
 }
125 126
 
126 127