News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Correct Word Use in Tool Tips and Source Code

Started by cmb, August 22, 2012, 03:14:51 AM

Previous topic - Next topic

cmb

The appearance of the word choosen in tooltips is jarring. All occurrences of choosen should be changed to chosen.

Modificated is not a word and the word modificator is rarely used. Modificated should be replaced with modified. Modificator should instead be modifier. For consistency in the source code, calculateModificators should be replaced by calculateModifiers and modificatorSum should be modifierSum.

For occurrences of choosen see:
\administrator\components\com_virtuemart\helpers\mediahandler.php
\administrator\components\com_virtuemart\models\config.php
\administrator\components\com_virtuemart\models\customfields.php
\administrator\components\com_virtuemart\models\state.php
\administrator\language\en-GB\en-GB.com_virtuemart.ini
\components\com_virtuemart\helpers\shopfunctionsf.php
\components\com_virtuemart\views\cart\tmpl\shopper_adresses.php
\components\com_virtuemart\views\invoice\tmpl\mail_html_shopperaddresses.php
\components\com_virtuemart\views\invoice\tmpl\mail_raw_shopperaddresses.php

For occurrences of calculateModificators and modificatorSum, see:
\administrator\components\com_virtuemart\helpers\calculationh.php
\administrator\components\com_virtuemart\models\product.php
\administrator\components\com_virtuemart\plugins\vmcustomplugin.php
\administrator\language\en-GB\en-GB.com_virtuemart.ini

For occurrences of modificated see:
\administrator\language\en-GB\en-GB.com_virtuemart.ini

By the way, the appearances of these terms in the Wiki should also be corrected.

VirtueMart Version 2.0.9b
Charles