#754730 by EvanDonovan: Fixed String fix: 'Time-specific' should be 'time-sensitive' on Content types administration page.
parent
49938048ec
commit
f818c9bee3
|
@ -217,7 +217,7 @@ function standard_install() {
|
||||||
'type' => 'article',
|
'type' => 'article',
|
||||||
'name' => st('Article'),
|
'name' => st('Article'),
|
||||||
'base' => 'node_content',
|
'base' => 'node_content',
|
||||||
'description' => st('Use <em>articles</em> for time-specific content like news, press releases or blog posts.'),
|
'description' => st('Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'),
|
||||||
'custom' => 1,
|
'custom' => 1,
|
||||||
'modified' => 1,
|
'modified' => 1,
|
||||||
'locked' => 0,
|
'locked' => 0,
|
||||||
|
|
Loading…
Reference in New Issue