diff options
-rw-r--r-- | profiles/standard/standard.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index 90deff7f2..f22b0a7d0 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -217,7 +217,7 @@ function standard_install() { 'type' => 'article', 'name' => st('Article'), '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, 'modified' => 1, 'locked' => 0, |