summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-10 22:56:51 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-10 22:56:51 +0000
commitdcd99e0a9aee7cf9c576742e6ead0aaec6c76c55 (patch)
treeaf0cc1f8934612da813c16e79e548ec89518afc4 /profiles
parent11b98e4f60ef2b5f44acec824a19386235f79dba (diff)
downloadbrdo-dcd99e0a9aee7cf9c576742e6ead0aaec6c76c55.tar.gz
brdo-dcd99e0a9aee7cf9c576742e6ead0aaec6c76c55.tar.bz2
#542972 by Shai, David_Rothstein, yoroy, et al: Change Name of 'Page' Content-Type to 'Basic page'.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/standard/standard.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index 5bcf9e39f..79bb13122 100644
--- a/profiles/standard/standard.install
+++ b/profiles/standard/standard.install
@@ -218,9 +218,9 @@ function standard_install() {
$types = array(
array(
'type' => 'page',
- 'name' => st('Page'),
+ 'name' => st('Basic page'),
'base' => 'node_content',
- 'description' => st("Use <em>pages</em> for your static content, such as an 'About us' page."),
+ 'description' => st("Use <em>basic pages</em> for your static content, such as an 'About us' page."),
'custom' => 1,
'modified' => 1,
'locked' => 0,
@@ -262,11 +262,11 @@ function standard_install() {
rdf_mapping_save($rdf_mapping);
}
- // Default page to not be promoted and have comments disabled.
+ // Default "Basic page" to not be promoted and have comments disabled.
variable_set('node_options_page', array('status'));
variable_set('comment_page', COMMENT_NODE_HIDDEN);
- // Don't display date and author information for page nodes by default.
+ // Don't display date and author information for "Basic page" nodes by default.
variable_set('node_submitted_page', FALSE);
// Enable user picture support and set the default to a square thumbnail option.