thresold...
- Status
- Closed
- Subject
- thresold...
- Category
- Consistency
- Feature
- Comment
i18n (Multilingual, l10n, Babelfish) - Resolution status
- Rejected
- Submitted by
- Daniel Germer
- Lastmod by
- Marc Laporte
- Rating
- Description
I put it on Prio 2 (how important is spelling???)
In tiki-setup.php and other files
the word thresold is used to refer to threshold
this is obviously a spelling error and happens also in the same file for comments_thresh?oldapart from those two thresold only appears in some comments, all of which can be changed without affecting functions.
(egrep -rn thresold /tikiDirectory/)
- Solution
just change the files (by hand or via a script)
find ./ \( -name \*.tpl -o -name \*.php -o -name \*.js \) -type f \
-exec sh -c "sed -r 's/thresold/threshold/g' {} > {}.new; exec mv {}.new {}" \;- Importance
- 2
- Priority
- 10
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 133
- Created
- Monday 25 April, 2005 15:12:30 UTC
by Unknown - LastModif
- Thursday 23 September, 2021 13:28:11 UTC