summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-22 09:55:32 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-22 09:55:32 +0000
commitf818c9bee3813ed2e1d59d686b0410be51833e87 (patch)
tree4aca48086fa2b3c24bbefd8a0ae86514c286598f /profiles
parent49938048ec9c9a83f9ac73bd651c525a0d64c737 (diff)
downloadbrdo-f818c9bee3813ed2e1d59d686b0410be51833e87.tar.gz
brdo-f818c9bee3813ed2e1d59d686b0410be51833e87.tar.bz2
#754730 by EvanDonovan: Fixed String fix: 'Time-specific' should be 'time-sensitive' on Content types administration page.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/standard/standard.install2
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,