Skip to content

Commit b54df67

Browse files
Jim Grahamsmg6511
Jim Graham
authored andcommitted
Fix errors found via Lexicon unit test
1 parent f81d187 commit b54df67

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

core/lexicon/en/chunk.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
// Temporarily match old keys to new ones to ensure compatibility
3535
// --fields
3636
$_lang['chunk_desc_category'] = $_lang['chunk_category_desc'];
37-
$_lang['chunk_desc_name'] = $_lang['chunk_name_desc'];
3837
$_lang['chunk_lock_msg'] = $_lang['chunk_lock_desc'];
3938

4039
// --tabs

core/lexicon/en/default.inc.php

+3
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,8 @@
574574
// All
575575
$_lang['static_file'] = 'Static File';
576576
$_lang['static_file_desc'] = 'The external file location where the source code for this element is stored.';
577+
// Temporarily match old keys to new ones to ensure compatibility
578+
$_lang['static_file_msg'] = $_lang['static_file_desc'];
577579

578580
// Chunks
579581
$_lang['example_tag_chunk_name'] = 'NameOfChunk';
@@ -584,6 +586,7 @@
584586
$_lang['chunk_tag_copied'] = 'Chunk tag copied!';
585587
// Temporarily match old keys to new ones to ensure compatibility
586588
$_lang['chunk_desc_description'] = $_lang['chunk_description_desc'];
589+
$_lang['chunk_desc_name'] = $_lang['chunk_name_desc'];
587590

588591
// Plugins
589592
$_lang['plugin_code'] = 'Plugin Code (PHP)';

core/lexicon/en/element.inc.php

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
// Temporarily match old keys to new ones to ensure compatibility
4040
$_lang['is_static_msg'] = $_lang['is_static_desc'];
41-
$_lang['static_file_msg'] = $_lang['static_file_desc'];
4241
$_lang['static_source_msg'] = $_lang['static_source_desc'];
4342

4443
/*

0 commit comments

Comments
 (0)