gettext conversion

This commit is contained in:
Marc Delisle
2010-05-14 12:43:23 -04:00
parent 2112996217
commit 25f7b89443
6 changed files with 29 additions and 29 deletions

View File

@@ -40,7 +40,7 @@ function process_formset(FormDisplay $form_display) {
$id = $id ? "{$separator}id=$id" : '';
?>
<div class="warning">
<h4><?php echo $GLOBALS['strSetupWarning'] ?></h4>
<h4><?php echo __('Warning') ?></h4>
<?php echo PMA_lang('error_form') ?><br />
<a href="?page=<?php echo $page . $formset . $id . $separator ?>mode=revert"><?php echo PMA_lang('RevertErroneousFields') ?></a>
</div>