[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3-4692-ge8ba43e

Marc Delisle lem9 at users.sourceforge.net
Fri Jun 4 22:06:20 CEST 2010


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


- Log -----------------------------------------------------------------
commit e8ba43e2997f12890adc155bc2039f711c172faf
Author: Marc Delisle <marc at infomarc.info>
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




More information about the Git mailing list