Skip to content

Commit

Permalink
Fix errors found via Lexicon unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Graham authored and smg6511 committed Jun 24, 2024
1 parent da4098b commit af7ed86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/lexicon/en/chunk.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
// Temporarily match old keys to new ones to ensure compatibility
// --fields
$_lang['chunk_desc_category'] = $_lang['chunk_category_desc'];
$_lang['chunk_desc_name'] = $_lang['chunk_name_desc'];
$_lang['chunk_lock_msg'] = $_lang['chunk_lock_desc'];

// --tabs
Expand Down
3 changes: 3 additions & 0 deletions core/lexicon/en/default.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,8 @@
// All
$_lang['static_file'] = 'Static File';
$_lang['static_file_desc'] = 'The external file location where the source code for this element is stored.';
// Temporarily match old keys to new ones to ensure compatibility
$_lang['static_file_msg'] = $_lang['static_file_desc'];

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

// Plugins
$_lang['plugin_code'] = 'Plugin Code (PHP)';
Expand Down
1 change: 0 additions & 1 deletion core/lexicon/en/element.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

// Temporarily match old keys to new ones to ensure compatibility
$_lang['is_static_msg'] = $_lang['is_static_desc'];
$_lang['static_file_msg'] = $_lang['static_file_desc'];
$_lang['static_source_msg'] = $_lang['static_source_desc'];

/*
Expand Down

0 comments on commit af7ed86

Please sign in to comment.