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/sampleselectionframecontent.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'plugingui/sampleselectionframecontent.h') diff --git a/plugingui/sampleselectionframecontent.h b/plugingui/sampleselectionframecontent.h index d94b3fc..f3636da 100644 --- a/plugingui/sampleselectionframecontent.h +++ b/plugingui/sampleselectionframecontent.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 f_close{this, "pClose"}; - LabeledControl f_diverse{this, "pDiverse"}; - LabeledControl f_random{this, "pRandom"}; + LabeledControl f_close{this, _("pClose")}; + LabeledControl f_diverse{this, _("pDiverse")}; + LabeledControl f_random{this, _("pRandom")}; Knob f_close_knob{&f_close}; Knob f_diverse_knob{&f_diverse}; -- cgit v1.2.3