Merge pull request #53 from nventive/dev/pako/pressure-missing-value

Removed uneeded spaces in localization key for mercury pressures
This commit is contained in:
Papus Koulibaly 2019-05-24 18:20:49 -04:00 committed by GitHub
commit e35a526aa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1051,7 +1051,8 @@ namespace CalculatorApp.ViewModel
GetLocalizedStringName("UnitName_KiloPascal"), GetLocalizedStringName("UnitName_KiloPascal"),
GetLocalizedStringName("UnitAbbreviation_KiloPascal"), GetLocalizedStringName("UnitAbbreviation_KiloPascal"),
3)); 3));
pressureUnits.PushBack(new OrderedUnit(UnitConverterUnits.Pressure_MillimeterOfMercury, pressureUnits.PushBack(new OrderedUnit(
UnitConverterUnits.Pressure_MillimeterOfMercury,
GetLocalizedStringName("UnitName_MillimeterOfMercury"), GetLocalizedStringName("UnitName_MillimeterOfMercury"),
GetLocalizedStringName("UnitAbbreviation_MillimeterOfMercury"), GetLocalizedStringName("UnitAbbreviation_MillimeterOfMercury"),
4)); 4));