Kaynağa Gözat

Fix copy for thread

Guénaël Muller 8 yıl önce
ebeveyn
işleme
3b81919884
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      tracim/tracim/lib/webdav/design.py

+ 2 - 1
tracim/tracim/lib/webdav/design.py Dosyayı Görüntüle

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