summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-05-05 06:55:25 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-05-05 06:55:25 +0000
commita2d6297055e6abdcd1a811b34b7fb463fcb50c0c (patch)
treea4528b2ac03d9b4d2a8087f43a2fd1911b9d1370 /modules/user
parentadc9bc1845b8400f45dc790c6376531830782917 (diff)
downloadbrdo-a2d6297055e6abdcd1a811b34b7fb463fcb50c0c.tar.gz
brdo-a2d6297055e6abdcd1a811b34b7fb463fcb50c0c.tar.bz2
#771922 by andypost: Remove t() from schema description of picture field.
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.install b/modules/user/user.install
index ea30a1eb9..aef0f9fb9 100644
--- a/modules/user/user.install
+++ b/modules/user/user.install
@@ -483,7 +483,7 @@ function user_update_7004(&$sandbox) {
'type' => 'int',
'not null' => TRUE,
'default' => 0,
- 'description' => t("Foreign key: {file_managed}.fid of user's picture."),
+ 'description' => "Foreign key: {file_managed}.fid of user's picture.",
);
if (!isset($sandbox['progress'])) {