File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 34
34
// Temporarily match old keys to new ones to ensure compatibility
35
35
// --fields
36
36
$ _lang ['chunk_desc_category ' ] = $ _lang ['chunk_category_desc ' ];
37
- $ _lang ['chunk_desc_name ' ] = $ _lang ['chunk_name_desc ' ];
38
37
$ _lang ['chunk_lock_msg ' ] = $ _lang ['chunk_lock_desc ' ];
39
38
40
39
// --tabs
Original file line number Diff line number Diff line change 574
574
// All
575
575
$ _lang ['static_file ' ] = 'Static File ' ;
576
576
$ _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 ' ];
577
579
578
580
// Chunks
579
581
$ _lang ['example_tag_chunk_name ' ] = 'NameOfChunk ' ;
584
586
$ _lang ['chunk_tag_copied ' ] = 'Chunk tag copied! ' ;
585
587
// Temporarily match old keys to new ones to ensure compatibility
586
588
$ _lang ['chunk_desc_description ' ] = $ _lang ['chunk_description_desc ' ];
589
+ $ _lang ['chunk_desc_name ' ] = $ _lang ['chunk_name_desc ' ];
587
590
588
591
// Plugins
589
592
$ _lang ['plugin_code ' ] = 'Plugin Code (PHP) ' ;
Original file line number Diff line number Diff line change 38
38
39
39
// Temporarily match old keys to new ones to ensure compatibility
40
40
$ _lang ['is_static_msg ' ] = $ _lang ['is_static_desc ' ];
41
- $ _lang ['static_file_msg ' ] = $ _lang ['static_file_desc ' ];
42
41
$ _lang ['static_source_msg ' ] = $ _lang ['static_source_desc ' ];
43
42
44
43
/*
You can’t perform that action at this time.
0 commit comments