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:
authorMarc Delisle <marc@infomarc.info>2010-11-20 15:33:15 +0300
committerMarc Delisle <marc@infomarc.info>2010-11-20 15:33:15 +0300
commit13fe8b98e2cca49f099642ae01dff09db9a2fe3a (patch)
tree5a346850d8f37ff1a375265eca85a3ccef8081c2 /db_qbe.php
parent04222c416f1df510756f774a9a9841d7b943d671 (diff)
these should be translatable
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_qbe.php b/db_qbe.php
index daaba0d882..d2df6376d7 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">