From f818c9bee3813ed2e1d59d686b0410be51833e87 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 22 Apr 2010 09:55:32 +0000 Subject: #754730 by EvanDonovan: Fixed String fix: 'Time-specific' should be 'time-sensitive' on Content types administration page. --- profiles/standard/standard.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 articles for time-specific content like news, press releases or blog posts.'), + 'description' => st('Use articles for time-sensitive content like news, press releases or blog posts.'), 'custom' => 1, 'modified' => 1, 'locked' => 0, -- cgit v1.2.3