From e115800d042d033516105cf92e0d1bf7c1dc6fc1 Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Tue, 7 Sep 2010 18:01:32 +0000 Subject: [PATCH] #842772 by aspilicious: Fixed a description in standard.install isn't translated. --- profiles/standard/standard.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index 2881602b0687..2c1057080e69 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( -- GitLab