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 committed Jun 10, 2023
1 parent f828b8f commit 808fe41
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
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
Expand Up @@ -573,6 +573,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 @@ -583,6 +585,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
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 808fe41

Please sign in to comment.