From 5247c1060ab98f8254ca75433f3c61ab20a2037d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 14 Mar 2012 16:36:55 +0100 Subject: [PATCH 1/2] Use ordered format string to ease work for translators --- tbl_tracking.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tbl_tracking.php b/tbl_tracking.php index 3f147451b8..1128286d14 100644 --- a/tbl_tracking.php +++ b/tbl_tracking.php @@ -430,7 +430,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) { $str4 = ''; $str5 = ''; - printf(__('Show %s with dates from %s to %s by user %s %s'), $str1, $str2, $str3, $str4, $str5); + printf(__('Show %1$s with dates from %2$s to %3$s by user %4$s %5$s'), $str1, $str2, $str3, $str4, $str5); // Prepare delete link content here $drop_image_or_text = ''; @@ -558,7 +558,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) {
' . '' . From 093d46c54132d24f89b2e390bee22dea019e8256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 14 Mar 2012 16:37:27 +0100 Subject: [PATCH 2/2] Use ordered format string to ease work for translators --- tbl_tracking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {
- +