﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
16376	Search button not translatable on list table	thomask		"Search button on list table (e.g. /wp-admin/plugins.php - on the top) cannot be translated. if i understand it right, the problem is wp-admin/includes/class-wp-list-table.php, function search_box
`<?php submit_button( $text, 'button', false, false, array('id' => 'search-submit') ); ?>`
should be
`<?php submit_button( __($text), 'button', false, false, array('id' => 'search-submit') ); ?>`"	defect (bug)	closed	normal		I18N	3.1	trivial	invalid		
