Skip to content
Snippets Groups Projects
Commit 482f1975 authored by buczekp's avatar buczekp
Browse files

[LMS-2363] removed unused dictionary entry

SVN: 22069
parent 441551e0
No related branches found
No related tags found
No related merge requests found
......@@ -486,8 +486,6 @@ public abstract class Dict
// Deletion
//
public static final String DELETE = "delete";
public static final String DELETION = "deletion";
public static final String DELETION_TEMPLATE = "deletion_template";
......
......@@ -61,7 +61,6 @@ var common = {
// Deletion
//
delete: "Delete",
deletion: "Deletion",
deletion_template: "{0}; {1}<br><i>reason:</i>&nbsp;{2}",
permanent: "Permanent",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment