[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_8-10974-g13fe8b9

The branch, master has been updated via 13fe8b98e2cca49f099642ae01dff09db9a2fe3a (commit) from 04222c416f1df510756f774a9a9841d7b943d671 (commit) - Log ----------------------------------------------------------------- commit 13fe8b98e2cca49f099642ae01dff09db9a2fe3a Author: Marc Delisle <marc@infomarc.info> Date: Sat Nov 20 07:33:15 2010 -0500 these should be translatable ----------------------------------------------------------------------- Summary of changes: db_qbe.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db_qbe.php b/db_qbe.php index daaba0d..d2df637 100644 --- a/db_qbe.php +++ b/db_qbe.php @@ -179,11 +179,11 @@ function showColumnSelectCell($columns, $column_number, $selected = '') ?> <div class="notice"> <span id="footnote_1"> - Switch to +<?php echo __('Switch to'); ?> <form action="<?php echo $tab_designer['link'] ?>" method="post"> <input type="submit" style="background-color:#FFD; border-width:0; color:#00F; font-size: 15px;cursor: pointer" name="query" onmouseover="this.style.color='#F00';" - value="visual builder" onmouseout="this.style.color='#00F'"/></span> + value="<?php echo __('visual builder'); ?>" onmouseout="this.style.color='#00F'"/></span> </form> </div> <form action="db_qbe.php" method="post"> hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle