From 85f0a9cc53e51106b7601b6ae10b5fb169613184 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 30 May 2025 11:48:19 +0200 Subject: gui: move messages --- gui/src/participant_row.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/src') diff --git a/gui/src/participant_row.cpp b/gui/src/participant_row.cpp index 01cf1ed..52f0b69 100644 --- a/gui/src/participant_row.cpp +++ b/gui/src/participant_row.cpp @@ -97,7 +97,7 @@ namespace Turns::gui Glib::Binding::bind_property(participant->property_priority(), m_subtitle->property_label(), Glib::Binding::Flags::SYNC_CREATE, - [](auto n) { return std::vformat(_(messages::priority_number), std::make_format_args(n)); }); + [](auto n) { return std::vformat(_(message::priority_number), std::make_format_args(n)); }); Glib::Binding::bind_property(participant->property_disposition(), m_toggle_defeated->property_css_classes(), -- cgit v1.2.3