CMS MADE SIMPLE FORGE

CGEcommerceBase

 

[#5130] General settings / Lenght Units: --Add Me - module:CGEcommerceBase string:units_centimeters--

avatar
Created By: Arjan Moraal (arjanm)
Date Submitted: Mon Jul 05 15:33:11 -0400 2010

Assigned To:
Version: 1.1.1
CMSMS Version: None
Severity: Major
Resolution: Fixed
State: Open
Summary:
General settings / Lenght Units: --Add Me - module:CGEcommerceBase string:units_centimeters--
Detailed Description:
It is not possible to select Centimeters instead of Inches.
The lenght unit dropdown shows two options:
Inches
--Add Me - module:CGEcommerceBase string:units_centimeters--

The latter should probably be just 'Centimeters'


History

Comments
avatar
Date: 2010-10-21 03:44
Posted By: Michael Weiland (LightFighter)

In the linguage file lang/en_US.php stands
$lang['units_centemeters'] = 'Centimeters';
It should be
$lang['units_centimeters'] = 'Centimeters';

In the german file lang/ext/de_DE.php is
$lang['units_centemiters'] = 'Zentimeter';

Its wrong too. Right is

$lang['units_centimeters'] = 'Zentimeter';
      
Updates

Updated: 2015-01-30 00:37
resolution_id: => 7
cmsms_version_id: => -1