From 9decb7788b58ec92686fef094879408a3a1096b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joa=CC=83o=20Paulo=20Barraca?= Date: Tue, 18 Apr 2017 10:51:49 +0100 Subject: [PATCH] HPlus: use HR translated string --- .../gadgetbridge/service/devices/hplus/HPlusSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/hplus/HPlusSupport.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/hplus/HPlusSupport.java index 3cb3a881..a67a0dd8 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/hplus/HPlusSupport.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/devices/hplus/HPlusSupport.java @@ -870,7 +870,7 @@ public class HPlusSupport extends AbstractBTLEDeviceSupport { String DEVINFO_STEP = getContext().getString(R.string.chart_steps) + ": "; String DEVINFO_DISTANCE = getContext().getString(R.string.distance) + ": "; String DEVINFO_CALORY = getContext().getString(R.string.calories) + ": "; - String DEVINFO_HEART = "HR: "; + String DEVINFO_HEART = getContext().getString(R.string.charts_legend_heartrate); String info = ""; if (record.steps > 0) {