Project

General

Profile

« Previous | Next » 

Revision 45b99bb6

Added by sbeaver over 10 years ago

Remove unneeded gettext in setHelp() call

View differences:

usr/local/www/diag_tables.php
206 206
		$section2->addInput(new Form_Button(
207 207
			'Download',
208 208
			'Download'
209
		))->setHelp(gettext('Download the latest bogon data'))->removeClass('btn -primary')->addClass('btn-warning btn-sm');
209
		))->setHelp('Download the latest bogon data')->removeClass('btn -primary')->addClass('btn-warning btn-sm');
210 210
	} else if($count > 0) {
211 211
		$section2->addInput(new Form_Button(
212 212
			'deleteall',
213 213
			'Clear Table'
214
		))->setHelp(gettext('Clear all of the entries in this table'))->removeClass('btn-primary')->addClass('btn-danger');
214
		))->setHelp('Clear all of the entries in this table')->removeClass('btn-primary')->addClass('btn-danger');
215 215
	}
216 216

  
217 217
	$form2->add($section2);

Also available in: Unified diff