From 4fc00c03aef1bc5afa3376ef50807401d7fd0bec Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 30 Jul 2010 14:02:19 +0000 Subject: [PATCH] forgot to translate the label --- etemplate/inc/class.link_widget.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.link_widget.inc.php b/etemplate/inc/class.link_widget.inc.php index 32cb5f30ce..726040b406 100644 --- a/etemplate/inc/class.link_widget.inc.php +++ b/etemplate/inc/class.link_widget.inc.php @@ -420,7 +420,7 @@ class link_widget 'no_app_sel' => !!$extension_data['app'], 'id' => is_array($value) ? $value['current'] : $id, 'query' => is_array($value) ? $value['query'] : '', - 'blur' => $cell['label'] ? $cell['label'] : + 'blur' => $cell['label'] ? lang($cell['label']) : (count($options) == 1 ? lang($app) : lang('Search')), 'extra' => $cell['onchange'] ? ','.self::AJAX_NEED_ONCHANGE : null, // store flang for ajax_search, to display extra_line required by onchange );