Przeglądaj źródła

Fix copy for thread

Guénaël Muller 7 lat temu
rodzic
commit
3b81919884
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      tracim/tracim/lib/webdav/design.py

+ 2 - 1
tracim/tracim/lib/webdav/design.py Wyświetl plik

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