From cbd97df68fc6e67c7b9d3cfef14ae5866f737321 Mon Sep 17 00:00:00 2001 From: Olivier Humbert Date: Tue, 18 Aug 2020 17:21:46 +0200 Subject: Add even more _(...) to strings of the UI. --- plugingui/humanizerframecontent.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'plugingui/humanizerframecontent.h') diff --git a/plugingui/humanizerframecontent.h b/plugingui/humanizerframecontent.h index c8a49e7..10ae0f3 100644 --- a/plugingui/humanizerframecontent.h +++ b/plugingui/humanizerframecontent.h @@ -31,6 +31,8 @@ #include "layout.h" #include "widget.h" +#include + struct Settings; class SettingsNotifier; @@ -56,9 +58,9 @@ private: GridLayout layout{this, 3, 1}; - LabeledControl attack{this, "pAttack"}; // drummer strength - LabeledControl falloff{this, "pRelease"}; // regain - LabeledControl stddev{this, "pStdDev"}; + LabeledControl attack{this, _("pAttack")}; // drummer strength + LabeledControl falloff{this, _("pRelease")}; // regain + LabeledControl stddev{this, _("pStdDev")}; Knob attack_knob{&attack}; Knob falloff_knob{&falloff}; -- cgit v1.2.3