summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-20 22:25:16 -0400
committerDries Buytaert <dries@buytaert.net>2011-04-20 22:25:16 -0400
commitc1c5aa1d7875408f5f9238a060060ed6e1e3b8e3 (patch)
treeadd34f22e773e2cabdb4e2fc6ea93f37edb33410 /profiles
parent26d9d42a0d641d3bbe67de646b19193d0fd4f3fa (diff)
downloadbrdo-c1c5aa1d7875408f5f9238a060060ed6e1e3b8e3.tar.gz
brdo-c1c5aa1d7875408f5f9238a060060ed6e1e3b8e3.tar.bz2
- Patch #1048006 by jyyna, wojtha, David_Rothstein: name of vocabulary (Tags) created during install cannot be localized.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/standard/standard.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index 75d8dbd41..70829064d 100644
--- a/profiles/standard/standard.install
+++ b/profiles/standard/standard.install
@@ -271,7 +271,7 @@ function standard_install() {
$description = st('Use tags to group articles on similar topics into categories.');
$help = st('Enter a comma-separated list of words to describe your content.');
$vocabulary = (object) array(
- 'name' => 'Tags',
+ 'name' => st('Tags'),
'description' => $description,
'machine_name' => 'tags',
'help' => $help,
@@ -298,7 +298,7 @@ function standard_install() {
$instance = array(
'field_name' => 'field_' . $vocabulary->machine_name,
'entity_type' => 'node',
- 'label' => $vocabulary->name,
+ 'label' => 'Tags',
'bundle' => 'article',
'description' => $vocabulary->help,
'widget' => array(