From 16200b46cac8f4149c31f8d86168bd95d624fcd4 Mon Sep 17 00:00:00 2001
From: Seeker4 <guy.oscar@moxis.com>
Date: Wed, 24 Jul 2019 09:14:13 -0700
Subject: [PATCH] Change metric height in profile dialog to show it is measured
 in cm, not in meters.

---
 oscar/newprofile.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oscar/newprofile.cpp b/oscar/newprofile.cpp
index fa3e7d77..e2a1a8cb 100644
--- a/oscar/newprofile.cpp
+++ b/oscar/newprofile.cpp
@@ -398,7 +398,7 @@ void NewProfile::edit(const QString name)
         ui->heightEdit->setValue(v);
         ui->heightEdit2->setVisible(false);
         ui->heightEdit->setDecimals(2);
-        ui->heightEdit->setSuffix(STR_UNIT_M);
+        ui->heightEdit->setSuffix(STR_UNIT_CM);
     }
 }