From: Aaron Schulz Date: Sun, 19 Jun 2011 08:32:19 +0000 (+0000) Subject: More doc typos from r90385...coding at 4AM :) X-Git-Tag: 1.31.0-rc.0~29423 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=d24a7b82967e936ade682e5f7cd934f1f2ca9456;p=lhc%2Fweb%2Fwiklou.git More doc typos from r90385...coding at 4AM :) --- diff --git a/languages/Language.php b/languages/Language.php index 555c4a9e4a..0a5fc25c7b 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -3412,8 +3412,8 @@ class Language { * @todo Document * @param $seconds int|float * @param $format String Optional, one of ("avoidseconds","avoidminutes"): - * If "avoidminutes" don't mention minutes if $seconds >= 1 hour - * If "avoidseconds" don't mention seconds/minutes if $seconds > 2 days + * "avoidseconds" - don't mention seconds if $seconds >= 1 hour + * "avoidminutes" - don't mention seconds/minutes if $seconds > 2 days * @return string */ function formatTimePeriod( $seconds, $format = false ) {