From 9f0034807aad2b0e09f11c3579aa9458cfb142c7 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 31 Mar 2010 14:34:21 +0000 Subject: feature 1559: remove "standard deviation" in rating. git-svn-id: http://piwigo.org/svn/trunk@5500 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/picture.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/default/template/picture.tpl') diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 1676d2eaa..9ac9b430b 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -186,8 +186,8 @@ y.callService( {'Average rate'|@translate} {if $rate_summary.count} - {assign var='rate_text' value='%.2f (rated %d times, standard deviation = %.2f)'|@translate } - {$pwg->sprintf($rate_text, $rate_summary.average, $rate_summary.count, $rate_summary.std) } + {assign var='rate_text' value='%.2f (rated %d times)'|@translate } + {$pwg->sprintf($rate_text, $rate_summary.average, $rate_summary.count) } {else} {'no rate'|@translate} {/if} @@ -215,7 +215,7 @@ y.callService( -- cgit v1.2.3