HPlus: use HR translated string

master
João Paulo Barraca 2017-04-18 10:51:49 +01:00
parent 9f0d260e7a
commit 9decb7788b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {