From 2220c03633c513360a9f112db4ae596bb4eef4c6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 18 Jan 2006 19:09:46 +0000 Subject: - Patch #45206 by markus: attempt at making the node filters somewhat translatable. --- modules/node.module | 4 ++-- modules/node/node.module | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/node.module b/modules/node.module index 9c88ec87b..e8fc08b49 100644 --- a/modules/node.module +++ b/modules/node.module @@ -1051,13 +1051,13 @@ function theme_node_filters(&$form) { } } - $output .= '
  • ' . (sizeof($form['current']) ? '
    and where
    ' : '') . '
    '; + $output .= '
  • ' . (sizeof($form['current']) ? '
    '. t('and') .' '. t('where') .'
    ' : '') . '
    '; foreach(element_children($form['filter']) as $key) { $output .= form_render($form['filter'][$key]); } $output .= '
    '; - $output .= '
    is
    ' . '
    '; + $output .= '
    '. t('is') .'
    ' . '
    '; foreach(element_children($form['status']) as $key) { $output .= form_render($form['status'][$key]); diff --git a/modules/node/node.module b/modules/node/node.module index 9c88ec87b..e8fc08b49 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1051,13 +1051,13 @@ function theme_node_filters(&$form) { } } - $output .= '
  • ' . (sizeof($form['current']) ? '
    and where
    ' : '') . '
    '; + $output .= '
  • ' . (sizeof($form['current']) ? '
    '. t('and') .' '. t('where') .'
    ' : '') . '
    '; foreach(element_children($form['filter']) as $key) { $output .= form_render($form['filter'][$key]); } $output .= '
    '; - $output .= '
    is
    ' . '
    '; + $output .= '
    '. t('is') .'
    ' . '
    '; foreach(element_children($form['status']) as $key) { $output .= form_render($form['status'][$key]); -- cgit v1.2.3