Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Feb 10, 2016
1 parent d6974a5 commit 3d3a72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/modules/inherit_article/languages/en/tl_article.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

$GLOBALS['TL_LANG']['tl_article']['inherit_legend'] = 'Inheritance';
$GLOBALS['TL_LANG']['tl_article']['inherit'] = array('Inherit','Inherit the article downwards in the page hierarchy.');
$GLOBALS['TL_LANG']['tl_article']['inheritLevel'] = array('Maximum inheritance','Number of pages the article is inhertied downwards in the hierarchy (0 = all).');
$GLOBALS['TL_LANG']['tl_article']['inheritLevel'] = array('Maximum inheritance','Number of pages the article is inherited downwards in the hierarchy (0 = all).');
$GLOBALS['TL_LANG']['tl_article']['inheritAfter'] = array('Add to end','Adds this inherited article to the end of the others.');

0 comments on commit 3d3a72e

Please sign in to comment.