The branch, master has been updated via 08edb1f2a6763a22c002cb5f41aba2b1c5084267 (commit) from 962d9d6c0fa57b071b0fdfb1d431b1845613a15f (commit)
- Log ----------------------------------------------------------------- commit 08edb1f2a6763a22c002cb5f41aba2b1c5084267 Author: Michal Čihař mcihar@novell.com Date: Wed May 5 11:17:28 2010 +0200
Another fixup of wrong conversion.
-----------------------------------------------------------------------
Summary of changes: tbl_tracking.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tbl_tracking.php b/tbl_tracking.php index a2c0ef4..1d93117 100644 --- a/tbl_tracking.php +++ b/tbl_tracking.php @@ -248,7 +248,7 @@ if (isset($_REQUEST['report_export']) && $_REQUEST['export_type'] == 'sqldump') */ if (isset($_REQUEST['snapshot'])) { ?> - <h3><?php echo __('Structure snapshot');?> [<a href="tbl_tracking.php?<?php echo $url_query;?>"><?php echo __('Tracking report')Close;?></a>]</h3> + <h3><?php echo __('Structure snapshot');?> [<a href="tbl_tracking.php?<?php echo $url_query;?>"><?php echo __('Close');?></a>]</h3> <?php $data = PMA_Tracker::getTrackedData($_REQUEST['db'], $_REQUEST['table'], $_REQUEST['version']);
@@ -376,7 +376,7 @@ if (isset($_REQUEST['snapshot'])) { */ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) { ?> - <h3><?php echo __('Tracking report');?> [<a href="tbl_tracking.php?<?php echo $url_query;?>"><?php echo __('Tracking report')Close;?></a>]</h3> + <h3><?php echo __('Tracking report');?> [<a href="tbl_tracking.php?<?php echo $url_query;?>"><?php echo __('Close');?></a>]</h3>
<small><?php echo __('Tracking statements') . ' ' . $data['tracking']; ?></small><br/> <br/> @@ -504,7 +504,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) { printf(__('Show %s with dates from %s to %s by user %s %s'), $str1, $str2, $str3, $str4, $str5);
$str_export1 = '<select name="export_type">' . - '<option value="sqldumpfile">' . __('SQL dump')File . '</option>' . + '<option value="sqldumpfile">' . __('SQL dump (file download)') . '</option>' . '<option value="sqldump">' . __('SQL dump') . '</option>' . '<option value="execution" onclick="alert(\'' . __('SQL execution') .'\')">' . __('SQL execution') . '</option>' . '</select>';
hooks/post-receive