From 8f376cc76f1f431939b905500f6ade3cad3b1411 Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Wed, 21 Oct 2009 20:11:42 +0000 Subject: [PATCH] Simplify import options table. --- feeds.pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds.pages.inc b/feeds.pages.inc index 69093cf7..c1116001 100644 --- a/feeds.pages.inc +++ b/feeds.pages.inc @@ -30,7 +30,7 @@ function feeds_page() { } } $header = array( - t('Importer'), + t('Import'), t('Description'), ); return theme('table', $header, $rows); -- GitLab