mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Removed uneeded spaces in localization key
This commit is contained in:
parent
c350c867da
commit
bceb9a2fde
1 changed files with 4 additions and 3 deletions
|
@ -1051,7 +1051,8 @@ namespace CalculatorApp.ViewModel
|
|||
GetLocalizedStringName("UnitName_KiloPascal"),
|
||||
GetLocalizedStringName("UnitAbbreviation_KiloPascal"),
|
||||
3));
|
||||
pressureUnits.PushBack(new OrderedUnit(UnitConverterUnits.Pressure_MillimeterOfMercury,
|
||||
pressureUnits.PushBack(new OrderedUnit(
|
||||
UnitConverterUnits.Pressure_MillimeterOfMercury,
|
||||
GetLocalizedStringName("UnitName_MillimeterOfMercury"),
|
||||
GetLocalizedStringName("UnitAbbreviation_MillimeterOfMercury"),
|
||||
4));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue