Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOzh <ozh@ozh.org>2013-03-24 00:43:53 +0400
committerOzh <ozh@ozh.org>2013-03-24 00:43:53 +0400
commit1ff354e423865772e734cf755d5aa50aa59f9a5f (patch)
tree1ce88c6cce4973f05b4c9cf50938a472b26546a0 /yourls-infos.php
parent1158f841db1487e6845e457d446026e30cfb4d67 (diff)
Better translation strings & correct function used.
git-svn-id: http://yourls.googlecode.com/svn/trunk@897 12232710-3e20-11de-b438-597f59cd7555
Diffstat (limited to 'yourls-infos.php')
-rw-r--r--yourls-infos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/yourls-infos.php b/yourls-infos.php
index f778109e..f52f28ba 100644
--- a/yourls-infos.php
+++ b/yourls-infos.php
@@ -377,7 +377,7 @@ yourls_html_menu();
$best_time['month'] = date( "m", strtotime( $best['day'] ) );
$best_time['year'] = date( "Y", strtotime( $best['day'] ) );
?>
- <p><strong><?php echo sprintf( /* //translators: eg. 43 hits on January 1, 1970 */ yourls_n( '<strong>%s</strong> hit on %s', '<strong>%s</strong> hits on %s', $best['max'] ), $best['max'], yourls_date_i18n( "F j, Y", strtotime( $best['day'] ) ) ); ?>.
+ <p><strong><?php echo sprintf( /* //translators: eg. 43 hits on January 1, 1970 */ yourls_n( '<strong>%1$s</strong> hit on %2$s', '<strong>%1$s</strong> hits on %2$s', $best['max'] ), $best['max'], yourls_date_i18n( "F j, Y", strtotime( $best['day'] ) ) ); ?>.
<a href="" class='details hide-if-no-js' id="more_clicks"><?php yourls_e( 'Click for more details' ); ?></a></p>
<ul id="details_clicks" style="display:none">
<?php