Skip to content

Commit 1933ff4

Browse files
Jim Grahamsmg6511
Jim Graham
authored andcommitted
Fix errors found via Lexicon unit test
1 parent 22e906c commit 1933ff4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: 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

Diff for: core/lexicon/en/default.inc.php

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

577579
// Chunks
578580
$_lang['example_tag_chunk_name'] = 'NameOfChunk';
@@ -583,6 +585,7 @@
583585
$_lang['chunk_tag_copied'] = 'Chunk tag copied!';
584586
// Temporarily match old keys to new ones to ensure compatibility
585587
$_lang['chunk_desc_description'] = $_lang['chunk_description_desc'];
588+
$_lang['chunk_desc_name'] = $_lang['chunk_name_desc'];
586589

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

Diff for: 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)