From fa18431cc628b49cbb1f34f9828ebf7dcf3ab0de Mon Sep 17 00:00:00 2001 From: Javier Pastor Date: Fri, 8 May 2020 12:49:21 +0200 Subject: [PATCH] Update admin.php Fix, missing {LN_DBMP_MAPPING_MOVEUP} and {LN_DBMP_MAPPING_MOVEDOWN} --- src/lang/en/admin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lang/en/admin.php b/src/lang/en/admin.php index 76bf6c0..e5180c3 100644 --- a/src/lang/en/admin.php +++ b/src/lang/en/admin.php @@ -247,6 +247,8 @@ $content['LN_DBMP_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty."; $content['LN_DBMP_MAPPING'] = "Mapping"; $content['LN_DBMP_MAPPING_REMOVE'] = "Remove Mapping"; $content['LN_DBMP_MAPPING_EDIT'] = "Edit Mapping"; +$content['LN_DBMP_MAPPING_MOVEUP'] = "Move Mapping Up"; +$content['LN_DBMP_MAPPING_MOVEDOWN'] = "Move Mapping Down"; $content['LN_DBMP_HASBEENADDED'] = "The Custom Database Mapping '%1' has been successfully added."; $content['LN_DBMP_ERROR_NOCOLUMNS'] = "You need to add at least one column in order to add a new Custom Database Mapping."; $content['LN_DBMP_HASBEENEDIT'] = "The Custom Database Mapping '%1' has been successfully edited.";