The branch, master has been updated
       via  e8ba43e2997f12890adc155bc2039f711c172faf (commit)
      from  74274b369c5782901e9cde0d776f877a2bf02b72 (commit)


- Log -----------------------------------------------------------------
commit e8ba43e2997f12890adc155bc2039f711c172faf
Author: Marc Delisle <[email protected]>
Date:   Fri Jun 4 16:06:12 2010 -0400

    this really means a column

-----------------------------------------------------------------------

Summary of changes:
 tbl_structure.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tbl_structure.php b/tbl_structure.php
index f35032e..8f1f26d 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -537,7 +537,7 @@ if (! $tbl_is_view && ! $db_is_information_schema) {
     <?php
     echo PMA_generate_common_hidden_inputs($db, $table);
     if ($cfg['PropertiesIconic']) {
-        echo '<img class="icon" src="' . $pmaThemeImage . 'b_insrow.png" 
width="16" height="16" alt="' . __('Add field') . '"/>';
+        echo '<img class="icon" src="' . $pmaThemeImage . 'b_insrow.png" 
width="16" height="16" alt="' . __('Add column') . '"/>';
     }
     echo sprintf(__('Add %s column(s)'), '<input type="text" name="num_fields" 
size="2" maxlength="2" value="1" onfocus="this.select()" />');
 


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to