Removed uneeded spaces in localization key

This commit is contained in:
Papus Koulibaly 2019-05-24 17:22:17 -04:00
commit bceb9a2fde

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));