diff options
-rw-r--r-- | profiles/standard/standard.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index 2881602b0..2c1057080 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -359,7 +359,7 @@ function standard_install() { 'entity_type' => 'node', 'label' => 'Image', 'bundle' => 'article', - 'description' => 'Upload an image to go with this article.', + 'description' => st('Upload an image to go with this article.'), 'required' => FALSE, 'settings' => array( |