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:
authorMichal Čihař <mcihar@suse.cz>2012-03-14 19:37:27 +0400
committerMichal Čihař <mcihar@suse.cz>2012-03-14 19:37:27 +0400
commit093d46c54132d24f89b2e390bee22dea019e8256 (patch)
tree397b4522250eb928d0eec12740897d4359822d8f /tbl_tracking.php
parent5247c1060ab98f8254ca75433f3c61ab20a2037d (diff)
Use ordered format string to ease work for translators
Diffstat (limited to 'tbl_tracking.php')
-rw-r--r--tbl_tracking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_tracking.php b/tbl_tracking.php
index 1128286d14..0292d6e449 100644
--- a/tbl_tracking.php
+++ b/tbl_tracking.php
@@ -727,7 +727,7 @@ if ($last_version > 0) {
<form method="post" action="tbl_tracking.php?<?php echo $url_query; ?>">
<?php echo PMA_generate_common_hidden_inputs($GLOBALS['db'], $GLOBALS['table']); ?>
<fieldset>
- <legend><?php printf(__('Create version %s of %s.%s'), ($last_version + 1), htmlspecialchars($GLOBALS['db']), htmlspecialchars($GLOBALS['table'])); ?></legend>
+ <legend><?php printf(__('Create version %1$s of %2$s.%3$s'), ($last_version + 1), htmlspecialchars($GLOBALS['db']), htmlspecialchars($GLOBALS['table'])); ?></legend>
<input type="hidden" name="version" value="<?php echo ($last_version + 1); ?>" />