[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_7-10324-g8c7d339

Marc Delisle lem9 at users.sourceforge.net
Tue Sep 21 14:04:37 CEST 2010


The branch, master has been updated
       via  8c7d339e04d4380ad13ae83f4367f87f06d3b7d2 (commit)
      from  1d8c5cbf3c350496ee940df4ffbe6526c9e4f512 (commit)


- Log -----------------------------------------------------------------
commit 8c7d339e04d4380ad13ae83f4367f87f06d3b7d2
Author: Marc Delisle <marc at infomarc.info>
Date:   Tue Sep 21 08:04:25 2010 -0400

    These are not translatable

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

Summary of changes:
 libraries/schema/User_Schema.class.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libraries/schema/User_Schema.class.php b/libraries/schema/User_Schema.class.php
index ba62028..1511158 100644
--- a/libraries/schema/User_Schema.class.php
+++ b/libraries/schema/User_Schema.class.php
@@ -347,11 +347,11 @@ class PMA_User_Schema
             ?>:
             </legend>
             <select name="export_type" id="export_type">
-                <option value="pdf" selected="selected"><?php echo __('PDF');?></option>
-                <option value="svg"><?php echo __('SVG');?></option>
-                <option value="dia"><?php echo __('DIA');?></option>
-                <option value="visio"><?php echo __('VISIO');?></option>
-                <option value="eps"><?php echo __('EPS');?></option>
+                <option value="pdf" selected="selected">PDF</option>
+                <option value="svg">SVG</option>
+                <option value="dia">DIA</option>
+                <option value="visio">Visio</option>
+                <option value="eps">EPS</option>
             </select>
             <label><?php echo __('Select Export Relational Type');?></label><br />
             <?php


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list