Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2011-08-10 15:44:39 +0400
committerMichal Čihař <mcihar@suse.cz>2011-08-10 15:44:39 +0400
commit3f81e8790de973017acd7736fab933047f4114a5 (patch)
tree0bd03e6d2073b395f73dfcf37128b6d5ba1452d7 /tbl_printview.php
parentd48a7bc66893e2d662329a7dc9db2df63df91c5a (diff)
Remove useless space from messages
Diffstat (limited to 'tbl_printview.php')
-rw-r--r--tbl_printview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_printview.php b/tbl_printview.php
index 44c2ca21d6..9489c74d40 100644
--- a/tbl_printview.php
+++ b/tbl_printview.php
@@ -375,7 +375,7 @@ foreach ($the_tables as $key => $table) {
if (isset($showtable['Data_length']) && $showtable['Rows'] > 0 && $mergetable == false) {
?>
<tr>
- <td><?php echo __(' Row size '); ?>&nbsp;&oslash;</td>
+ <td><?php echo __('Row size'); ?>&nbsp;&oslash;</td>
<td align="right">
<?php echo $avg_size . ' ' . $avg_unit . "\n"; ?>
</td>