diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install.orig
index 5ae02b9..8e0b47b 100644
--- a/profiles/standard/standard.install
+++ b/profiles/standard/standard.install.orig
@@ -272,7 +272,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' => st('Tags'),
+    'name' => 'Tags',
     'description' => $description,
     'machine_name' => 'tags',
     'help' => $help,
